Html Css Color HEX #CA9BC8 Lilac

📋 copy color: '#CA9BC8'

red 202 ◦ green 155 ◦ blue 200

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

Shades of Lilac #CA9BC8

Tints of Lilac #CA9BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.91%

R = 36.27%
G = 27.83%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA9BC8 (or 0xCA9BC8) is known color: Lilac. HEX triplet: CA, 9B and C8. RGB value is (202,155,200). Sum of RGB (Red+Green+Blue) = 202+155+200=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BC8 is #356437. Grayscale: #AEAEAE. Windows color (decimal): -3499064 or 13147082. OLE color: 13147082.

HSL color Cylindrical-coordinate representation of color #CA9BC8: hue angle of 302.55º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9BC8 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 155 200 -
CMYK 0 0.23 0.01 0.21
HSL 302.55º 0.31% 0.7% -
HSV(B) 302.55º 0.23% 0.79% -
XYZ 46.5 40.17 59.95 -
YUV 174.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 202 155 200 0 0.23 0.01 0.21 302.55 0.31 0.7
Hex CA 9B C8 0 17 1 15 12F 1F 46
Octal 312 233 310 0 27 1 25 457 37 106
Binary 11001010 10011011 11001000 0 10111 1 10101 100101111 11111 1000110

Color Harmonies of #CA9BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9BC8

Black with #CA9BC8

Text Example


Text Example

White with #CA9BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9BC8; }

 p { color: rgb(202,155,200); }

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

background-color css

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

 a { background-color: rgb(202,155,200); }

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

border-color css

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

 span { border-color: rgb(202,155,200); }

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