Html Css Color HEX #CA90BE Lily

📋 copy color: '#CA90BE'

red 202 ◦ green 144 ◦ blue 190

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

Shades of Lily #CA90BE

Tints of Lily #CA90BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.45%

R = 37.69%
G = 26.87%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA90BE (or 0xCA90BE) is known color: Lily. HEX triplet: CA, 90 and BE. RGB value is (202,144,190). Sum of RGB (Red+Green+Blue) = 202+144+190=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA90BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90BE is #356F41. Grayscale: #A6A6A6. Windows color (decimal): -3501890 or 12488906. OLE color: 12488906.

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

Color convert

RGB 202 144 190 -
CMYK 0 0.29 0.06 0.21
HSL 312.41º 0.35% 0.68% -
HSV(B) 312.41º 0.29% 0.79% -
XYZ 43.62 36.22 53.41 -
YUV 166.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 202 144 190 0 0.29 0.06 0.21 312.41 0.35 0.68
Hex CA 90 BE 0 1D 6 15 138 23 44
Octal 312 220 276 0 35 6 25 470 43 104
Binary 11001010 10010000 10111110 0 11101 110 10101 100111000 100011 1000100

Color Harmonies of #CA90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA90BE

Black with #CA90BE

Text Example


Text Example

White with #CA90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA90BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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