Html Css Color HEX #CB9FC6 Lilac

📋 copy color: '#CB9FC6'

red 203 ◦ green 159 ◦ blue 198

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

Shades of Lilac #CB9FC6

Tints of Lilac #CB9FC6

RGB

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

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

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

R = 36.25%
G = 28.39%
B = 35.36%

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

#CB9FC6 (or 0xCB9FC6) is known color: Lilac. HEX triplet: CB, 9F and C6. RGB value is (203,159,198). Sum of RGB (Red+Green+Blue) = 203+159+198=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 198 (77.73% from 255 or 35.36% from 560); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9FC6 is #346039. Grayscale: #B0B0B0. Windows color (decimal): -3432506 or 13017035. OLE color: 13017035.

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

Color convert

RGB 203 159 198 -
CMYK 0 0.22 0.02 0.20
HSL 306.82º 0.3% 0.71% -
HSV(B) 306.82º 0.22% 0.8% -
XYZ 47.22 41.57 58.96 -
YUV 176.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 203 159 198 0 0.22 0.02 0.20 306.82 0.3 0.71
Hex CB 9F C6 0 16 2 14 133 1E 47
Octal 313 237 306 0 26 2 24 463 36 107
Binary 11001011 10011111 11000110 0 10110 10 10100 100110011 11110 1000111

Color Harmonies of #CB9FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FC6

Black with #CB9FC6

Text Example


Text Example

White with #CB9FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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