Html Css Color HEX #CB9DCF Lilac

📋 copy color: '#CB9DCF'

red 203 ◦ green 157 ◦ blue 207

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

Shades of Lilac #CB9DCF

Tints of Lilac #CB9DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.69%

 BLUE value IS 207 (81.25% from 255) = 36.51%

R = 35.8%
G = 27.69%
B = 36.51%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB9DCF (or 0xCB9DCF) is known color: Lilac. HEX triplet: CB, 9D and CF. RGB value is (203,157,207). Sum of RGB (Red+Green+Blue) = 203+157+207=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB9DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DCF is #346230. Grayscale: #B0B0B0. Windows color (decimal): -3433009 or 13606347. OLE color: 13606347.

HSL color Cylindrical-coordinate representation of color #CB9DCF: hue angle of 295.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CB9DCF is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 157 207 -
CMYK 0.02 0.24 0 0.19
HSL 295.2º 0.34% 0.71% -
HSV(B) 295.2º 0.24% 0.81% -
XYZ 47.95 41.32 64.48 -
YUV 176.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 203 157 207 0.02 0.24 0 0.19 295.2 0.34 0.71
Hex CB 9D CF 2 18 0 13 127 22 47
Octal 313 235 317 2 30 0 23 447 42 107
Binary 11001011 10011101 11001111 10 11000 0 10011 100100111 100010 1000111

Color Harmonies of #CB9DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DCF

Black with #CB9DCF

Text Example


Text Example

White with #CB9DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DCF; }

 p { color: rgb(203,157,207); }

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

background-color css

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

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

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

border-color css

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

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

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