Html Css Color HEX #CA90BB Lily

📋 copy color: '#CA90BB'

red 202 ◦ green 144 ◦ blue 187

#CA90BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CA90BB

Tints of Lily #CA90BB

RGB

 RED value IS 202 (79.3% from 255) = 37.9%

 GREEN value IS 144 (56.64% from 255) = 27.02%

 BLUE value IS 187 (73.44% from 255) = 35.08%

R = 37.9%
G = 27.02%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA90BB (or 0xCA90BB) is known color: Lily. HEX triplet: CA, 90 and BB. RGB value is (202,144,187). Sum of RGB (Red+Green+Blue) = 202+144+187=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 187 (73.44% from 255 or 35.08% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90BB is #356F44. Grayscale: #A6A6A6. Windows color (decimal): -3501893 or 12292298. OLE color: 12292298.

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

Color convert

RGB 202 144 187 -
CMYK 0 0.29 0.07 0.21
HSL 315.52º 0.35% 0.68% -
HSV(B) 315.52º 0.29% 0.79% -
XYZ 43.3 36.09 51.7 -
YUV 166.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 202 144 187 0 0.29 0.07 0.21 315.52 0.35 0.68
Hex CA 90 BB 0 1D 7 15 13C 23 44
Octal 312 220 273 0 35 7 25 474 43 104
Binary 11001010 10010000 10111011 0 11101 111 10101 100111100 100011 1000100

Color Harmonies of #CA90BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90BB

Black with #CA90BB

Text Example


Text Example

White with #CA90BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90BB; }

 p { color: rgb(202,144,187); }

 H1.HeaderClassName
 {
   color: #CA90BB;
 }
 .AnyTagClassName
 {
   color: #CA90BB;
 }
</style>

background-color css

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

 a { background-color: rgb(202,144,187); }

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

border-color css

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

 span { border-color: rgb(202,144,187); }

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