#CA93BC

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

Shades of Lily #CA93BC

Tints of Lily #CA93BC

Color information

#CA93BC (or 0xCA93BC) is unknown color: approx Lily. HEX triplet: CA, 93 and BC. RGB value is (202,147,188). Sum of RGB (Red+Green+Blue) = 202+147+188=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CA93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93BC is #356C43. Grayscale: #A8A8A8. Windows color (decimal): -3501124 or 12358602. OLE color: 12358602.

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

Color convert

RGB202147188-
CMYK00.270.070.21
HSL315.27º34.16%68.43%-
HSV(B)315.27º27.23%79.22%-
XYZ43.8737.0552.42-
YUV168.12139.22152.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=37.62%
G=27.37%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214718800.270.070.21315.2734.1668.43
HexCA93BC01B71513b2244
Octal31222327403372547342104
Binary110010101001001110111100011011111101011001110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA93BC; }

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

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

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

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

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

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

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

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