#CA8FBA

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

Shades of Lily #CA8FBA

Tints of Lily #CA8FBA

Color information

#CA8FBA (or 0xCA8FBA) is unknown color: approx Lily. HEX triplet: CA, 8F and BA. RGB value is (202,143,186). Sum of RGB (Red+Green+Blue) = 202+143+186=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBA is #357045. Grayscale: #A5A5A5. Windows color (decimal): -3502150 or 12226506. OLE color: 12226506.

HSL color Cylindrical-coordinate representation of color #CA8FBA: hue angle of 316.27º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA8FBA is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB202143186-
CMYK00.290.080.21
HSL316.27º35.76%67.65%-
HSV(B)316.27º29.21%79.22%-
XYZ43.0435.7551.09-
YUV165.54139.55154-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=38.04%
G=26.93%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214318600.290.080.21316.2735.7667.65
HexCA8FBA01D81513c2444
Octal312217272035102547444104
Binary1100101010001111101110100111011000101011001111001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FBA; }

 p { color: rgb(202,143,186); }

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

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

 a { background-color: rgb(202,143,186); }

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

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

 span { border-color: rgb(202,143,186); }

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