Html Css Color HEX #CB9ECB Lilac

📋 copy color: '#CB9ECB'

red 203 ◦ green 158 ◦ blue 203

#CB9ECB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #CB9ECB

Tints of Lilac #CB9ECB

RGB

 RED value IS 203 (79.69% from 255) = 35.99%

 GREEN value IS 158 (62.11% from 255) = 28.01%

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 35.99%
G = 28.01%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB9ECB (or 0xCB9ECB) is known color: Lilac. HEX triplet: CB, 9E and CB. RGB value is (203,158,203). Sum of RGB (Red+Green+Blue) = 203+158+203=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 158 (62.11% from 255 or 28.01% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB9ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9ECB is #346134. Grayscale: #B0B0B0. Windows color (decimal): -3432757 or 13344459. OLE color: 13344459.

HSL color Cylindrical-coordinate representation of color #CB9ECB: hue angle of 300º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CB9ECB is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 158 203 -
CMYK 0 0.22 0 0.20
HSL 300º 0.3% 0.71% -
HSV(B) 300º 0.22% 0.8% -
XYZ 47.63 41.46 61.99 -
YUV 176.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 203 158 203 0 0.22 0 0.20 300 0.3 0.71
Hex CB 9E CB 0 16 0 14 12C 1E 47
Octal 313 236 313 0 26 0 24 454 36 107
Binary 11001011 10011110 11001011 0 10110 0 10100 100101100 11110 1000111

Color Harmonies of #CB9ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9ECB

Black with #CB9ECB

Text Example


Text Example

White with #CB9ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9ECB; }

 p { color: rgb(203,158,203); }

 H1.HeaderClassName
 {
   color: #CB9ECB;
 }
 .AnyTagClassName
 {
   color: #CB9ECB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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