#CB89CA

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

Shades of Lilac #CB89CA

Tints of Lilac #CB89CA

Color information

#CB89CA (or 0xCB89CA) is unknown color: approx Lilac. HEX triplet: CB, 89 and CA. RGB value is (203,137,202). Sum of RGB (Red+Green+Blue) = 203+137+202=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 203 - color contains mainly: red. Hex color #CB89CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB89CA is #347635. Grayscale: #A3A3A3. Windows color (decimal): -3438134 or 13273547. OLE color: 13273547.

HSL color Cylindrical-coordinate representation of color #CB89CA: hue angle of 300.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB89CA is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203137202-
CMYK00.330.000.20
HSL300.91º38.82%66.67%-
HSV(B)300.91º32.51%79.61%-
XYZ44.2334.8560.27-
YUV164.14149.37155.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.45%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 202 (79.30% from 255) = 37.27%
R=37.45%
G=25.28%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313720200.330.000.20300.9138.8266.67
HexCB89CA02101412d2743
Octal31321131204102445547103
Binary11001011100010011100101001000010101001001011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB89CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB89CA; }

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

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

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

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

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

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

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

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