Html Css Color HEX #CB9EC6 Lilac

📋 copy color: '#CB9EC6'

red 203 ◦ green 158 ◦ blue 198

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

Shades of Lilac #CB9EC6

Tints of Lilac #CB9EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 35.42%

R = 36.31%
G = 28.26%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#CB9EC6 (or 0xCB9EC6) is known color: Lilac. HEX triplet: CB, 9E and C6. RGB value is (203,158,198). Sum of RGB (Red+Green+Blue) = 203+158+198=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 158 (62.11% from 255 or 28.26% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EC6 is #346139. Grayscale: #AFAFAF. Windows color (decimal): -3432762 or 13016779. OLE color: 13016779.

HSL color Cylindrical-coordinate representation of color #CB9EC6: hue angle of 306.67º 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 #CB9EC6 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 158 198 -
CMYK 0 0.22 0.02 0.20
HSL 306.67º 0.3% 0.71% -
HSV(B) 306.67º 0.22% 0.8% -
XYZ 47.05 41.23 58.9 -
YUV 176.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 203 158 198 0 0.22 0.02 0.20 306.67 0.3 0.71
Hex CB 9E C6 0 16 2 14 133 1E 47
Octal 313 236 306 0 26 2 24 463 36 107
Binary 11001011 10011110 11000110 0 10110 10 10100 100110011 11110 1000111

Color Harmonies of #CB9EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EC6

Black with #CB9EC6

Text Example


Text Example

White with #CB9EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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