#CA9BD0

Color #CA9BD0 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CA9BD0

Tints of Lilac #CA9BD0

Color information

#CA9BD0 (or 0xCA9BD0) is unknown color: approx Lilac. HEX triplet: CA, 9B and D0. RGB value is (202,155,208). Sum of RGB (Red+Green+Blue) = 202+155+208=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 155 (60.94% from 255 or 27.43% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA9BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD0 is #35642F. Grayscale: #AEAEAE. Windows color (decimal): -3499056 or 13671370. OLE color: 13671370.

HSL color Cylindrical-coordinate representation of color #CA9BD0: hue angle of 293.21º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9BD0 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202155208-
CMYK0.030.2500.18
HSL293.21º36.05%71.18%-
HSV(B)293.21º25.48%81.57%-
XYZ47.4640.5565-
YUV175.09146.57147.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.75%
GREEN value IS 155 (60.94% from 255) = 27.43%
BLUE value IS 208 (81.64% from 255) = 36.81%
R=35.75%
G=27.43%
B=36.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021552080.030.2500.18293.2136.0571.18
HexCA9BD03190121252447
Octal31223332033102244544107
Binary11001010100110111101000011110010100101001001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BD0; }

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

 H1.HeaderClassName
 {
   color: #CA9BD0;
 }
 .AnyTagClassName
 {
   color: #CA9BD0;
 }
</style>
background-color css

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

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

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

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

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

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