#CA8FB1

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

Shades of Lily #CA8FB1

Tints of Lily #CA8FB1

Color information

#CA8FB1 (or 0xCA8FB1) is unknown color: approx Lily. HEX triplet: CA, 8F and B1. RGB value is (202,143,177). Sum of RGB (Red+Green+Blue) = 202+143+177=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8FB1 is #35704E. Grayscale: #A4A4A4. Windows color (decimal): -3502159 or 11636682. OLE color: 11636682.

HSL color Cylindrical-coordinate representation of color #CA8FB1: hue angle of 325.42º 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 #CA8FB1 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB202143177-
CMYK00.290.120.21
HSL325.42º35.76%67.65%-
HSV(B)325.42º29.21%79.22%-
XYZ42.1235.3846.2-
YUV164.52135.05154.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 177 (69.53% from 255) = 33.91%
R=38.70%
G=27.39%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214317700.290.120.21325.4235.7667.65
HexCA8FB101DC151452444
Octal312217261035142550544104
Binary1100101010001111101100010111011100101011010001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FB1; }

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

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

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

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

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

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

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

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