#CA84BC

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

Shades of Lily #CA84BC

Tints of Lily #CA84BC

Color information

#CA84BC (or 0xCA84BC) is unknown color: approx Lily. HEX triplet: CA, 84 and BC. RGB value is (202,132,188). Sum of RGB (Red+Green+Blue) = 202+132+188=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 132 (51.95% from 255 or 25.29% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA84BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84BC is #357B43. Grayscale: #9F9F9F. Windows color (decimal): -3504964 or 12354762. OLE color: 12354762.

HSL color Cylindrical-coordinate representation of color #CA84BC: hue angle of 312º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA84BC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB202132188-
CMYK00.350.070.21
HSL312º39.77%65.49%-
HSV(B)312º34.65%79.22%-
XYZ41.6932.6951.69-
YUV159.31144.19158.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 132 (51.95% from 255) = 25.29%
BLUE value IS 188 (73.83% from 255) = 36.02%
R=38.70%
G=25.29%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213218800.350.070.2131239.7765.49
HexCA84BC0237151382841
Octal31220427404372547050101
Binary1100101010000100101111000100011111101011001110001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84BC; }

 p { color: rgb(202,132,188); }

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

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

 a { background-color: rgb(202,132,188); }

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

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

 span { border-color: rgb(202,132,188); }

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