Html Css Color HEX #CB9BCF Lilac

📋 copy color: '#CB9BCF'

red 203 ◦ green 155 ◦ blue 207

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

Shades of Lilac #CB9BCF

Tints of Lilac #CB9BCF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.43%

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

R = 35.93%
G = 27.43%
B = 36.64%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB9BCF (or 0xCB9BCF) is known color: Lilac. HEX triplet: CB, 9B and CF. RGB value is (203,155,207). Sum of RGB (Red+Green+Blue) = 203+155+207=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB9BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9BCF is #346430. Grayscale: #AFAFAF. Windows color (decimal): -3433521 or 13605835. OLE color: 13605835.

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

Color convert

RGB 203 155 207 -
CMYK 0.02 0.25 0 0.19
HSL 295.38º 0.35% 0.71% -
HSV(B) 295.38º 0.25% 0.81% -
XYZ 47.61 40.64 64.37 -
YUV 175.28 145.9 147.77 -
System Red Green Blue C M Y K H S L
Decimal 203 155 207 0.02 0.25 0 0.19 295.38 0.35 0.71
Hex CB 9B CF 2 19 0 13 127 23 47
Octal 313 233 317 2 31 0 23 447 43 107
Binary 11001011 10011011 11001111 10 11001 0 10011 100100111 100011 1000111

Color Harmonies of #CB9BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BCF

Black with #CB9BCF

Text Example


Text Example

White with #CB9BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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