Html Css Color HEX #CA9FCB Lilac

📋 copy color: '#CA9FCB'

red 202 ◦ green 159 ◦ blue 203

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

Shades of Lilac #CA9FCB

Tints of Lilac #CA9FCB

RGB

 RED value IS 202 (79.3% from 255) = 35.82%

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

 BLUE value IS 203 (79.69% from 255) = 35.99%

R = 35.82%
G = 28.19%
B = 35.99%

CMYK

 C value IS 0.00

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA9FCB (or 0xCA9FCB) is known color: Lilac. HEX triplet: CA, 9F and CB. RGB value is (202,159,203). Sum of RGB (Red+Green+Blue) = 202+159+203=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 159 (62.5% from 255 or 28.19% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FCB is #356034. Grayscale: #B0B0B0. Windows color (decimal): -3498037 or 13344714. OLE color: 13344714.

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

Color convert

RGB 202 159 203 -
CMYK 0.00 0.22 0 0.20
HSL 298.64º 0.3% 0.71% -
HSV(B) 298.64º 0.22% 0.8% -
XYZ 47.53 41.66 62.04 -
YUV 176.87 142.75 145.92 -
System Red Green Blue C M Y K H S L
Decimal 202 159 203 0.00 0.22 0 0.20 298.64 0.3 0.71
Hex CA 9F CB 0 16 0 14 12B 1E 47
Octal 312 237 313 0 26 0 24 453 36 107
Binary 11001010 10011111 11001011 0 10110 0 10100 100101011 11110 1000111

Color Harmonies of #CA9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9FCB

Black with #CA9FCB

Text Example


Text Example

White with #CA9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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