Html Css Color HEX #CB9FC2 Lilac

📋 copy color: '#CB9FC2'

red 203 ◦ green 159 ◦ blue 194

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

Shades of Lilac #CB9FC2

Tints of Lilac #CB9FC2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.6%

 BLUE value IS 194 (76.17% from 255) = 34.89%

R = 36.51%
G = 28.6%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CB9FC2 (or 0xCB9FC2) is known color: Lilac. HEX triplet: CB, 9F and C2. RGB value is (203,159,194). Sum of RGB (Red+Green+Blue) = 203+159+194=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FC2 is #34603D. Grayscale: #B0B0B0. Windows color (decimal): -3432510 or 12754891. OLE color: 12754891.

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

Color convert

RGB 203 159 194 -
CMYK 0 0.22 0.04 0.20
HSL 312.27º 0.3% 0.71% -
HSV(B) 312.27º 0.22% 0.8% -
XYZ 46.76 41.39 56.56 -
YUV 176.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 203 159 194 0 0.22 0.04 0.20 312.27 0.3 0.71
Hex CB 9F C2 0 16 4 14 138 1E 47
Octal 313 237 302 0 26 4 24 470 36 107
Binary 11001011 10011111 11000010 0 10110 100 10100 100111000 11110 1000111

Color Harmonies of #CB9FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FC2

Black with #CB9FC2

Text Example


Text Example

White with #CB9FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FC2; }

 p { color: rgb(203,159,194); }

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

background-color css

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

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

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

border-color css

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

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

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