Shades of Lily #CA90B5
Tints of Lily #CA90B5
RGB
CMYK
RGB Variations
Color information
#CA90B5 (or 0xCA90B5) is known color: Lily. HEX triplet: CA, 90 and B5. RGB value is (202,144,181). Sum of RGB (Red+Green+Blue) = 202+144+181=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90B5 is #356F4A. Grayscale: #A5A5A5. Windows color (decimal): -3501899 or 11899082. OLE color: 11899082.
HSL color Cylindrical-coordinate representation of color #CA90B5: hue angle of 321.72º degrees, saturation: 0.35, 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 #CA90B5 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 144 | 181 | - |
CMYK | 0 | 0.29 | 0.10 | 0.21 |
HSL | 321.72º | 0.35% | 0.68% | - |
HSV(B) | 321.72º | 0.29% | 0.79% | - |
XYZ | 42.67 | 35.84 | 48.38 | - |
YUV | 165.56 | 136.72 | 153.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 144 | 181 | 0 | 0.29 | 0.10 | 0.21 | 321.72 | 0.35 | 0.68 |
Hex | CA | 90 | B5 | 0 | 1D | A | 15 | 142 | 23 | 44 |
Octal | 312 | 220 | 265 | 0 | 35 | 12 | 25 | 502 | 43 | 104 |
Binary | 11001010 | 10010000 | 10110101 | 0 | 11101 | 1010 | 10101 | 101000010 | 100011 | 1000100 |
Color Harmonies of #CA90B5
Complementary color
Monochromatic Colors of #CA90B5
Black with #CA90B5
Text Example
Text Example
White with #CA90B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90B5; }
p { color: rgb(202,144,181); }
H1.HeaderClassName
{
color: #CA90B5;
}
.AnyTagClassName
{
color: #CA90B5;
}
</style>
background-color css
<style>
a { background-color: #CA90B5; }
a { background-color: rgb(202,144,181); }
div.DivClassName
{
background-color: #CA90B5;
}
.BgClassName
{
background-color: #CA90B5;
}
</style>
border-color css
<style>
span { border-color: #CA90B5; }
span { border-color: rgb(202,144,181); }
td.TdClassName
{
border-color: #CA90B5;
}
.TagClassName
{
border-color: #CA90B5;
}
</style>