#CB4EEE

Color #CB4EEE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #CB4EEE

Tints of Medium Orchid #CB4EEE

Color information

#CB4EEE (or 0xCB4EEE) is unknown color: approx Medium Orchid. HEX triplet: CB, 4E and EE. RGB value is (203,78,238). Sum of RGB (Red+Green+Blue) = 203+78+238=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB4EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4EEE is #34B111. Grayscale: #858585. Windows color (decimal): -3453202 or 15617739. OLE color: 15617739.

HSL color Cylindrical-coordinate representation of color #CB4EEE: hue angle of 286.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4EEE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20378238-
CMYK0.150.6700.07
HSL286.88º82.47%61.96%-
HSV(B)286.88º67.23%93.33%-
XYZ42.7924.3283.33-
YUV133.61186.91177.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 78 (30.86% from 255) = 15.03%
BLUE value IS 238 (93.36% from 255) = 45.86%
R=39.11%
G=15.03%
B=45.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal203782380.150.6700.07286.8882.4761.96
HexCB4EEEF430711f523e
Octal313116356171030743712276
Binary110010111001110111011101111100001101111000111111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB4EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB4EEE; }

 p { color: rgb(203,78,238); }

 H1.HeaderClassName
 {
   color: #CB4EEE;
 }
 .AnyTagClassName
 {
   color: #CB4EEE;
 }
</style>
background-color css

<style>
 a { background-color: #CB4EEE; }

 a { background-color: rgb(203,78,238); }

 div.DivClassName
 {
   background-color: #CB4EEE;
 }
 .BgClassName
 {
   background-color: #CB4EEE;
 }
</style>
border-color css

<style>
 span { border-color: #CB4EEE; }

 span { border-color: rgb(203,78,238); }

 td.TdClassName
 {
   border-color: #CB4EEE;
 }
 .TagClassName
 {
   border-color: #CB4EEE;
 }
</style>