Html Css Color HEX #CA91B5 Lily

📋 copy color: '#CA91B5'

red 202 ◦ green 145 ◦ blue 181

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

Shades of Lily #CA91B5

Tints of Lily #CA91B5

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.46%

 BLUE value IS 181 (71.09% from 255) = 34.28%

R = 38.26%
G = 27.46%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA91B5 (or 0xCA91B5) is known color: Lily. HEX triplet: CA, 91 and B5. RGB value is (202,145,181). Sum of RGB (Red+Green+Blue) = 202+145+181=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91B5 is #356E4A. Grayscale: #A6A6A6. Windows color (decimal): -3501643 or 11899338. OLE color: 11899338.

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

Color convert

RGB 202 145 181 -
CMYK 0 0.28 0.10 0.21
HSL 322.11º 0.35% 0.68% -
HSV(B) 322.11º 0.28% 0.79% -
XYZ 42.82 36.14 48.44 -
YUV 166.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 202 145 181 0 0.28 0.10 0.21 322.11 0.35 0.68
Hex CA 91 B5 0 1C A 15 142 23 44
Octal 312 221 265 0 34 12 25 502 43 104
Binary 11001010 10010001 10110101 0 11100 1010 10101 101000010 100011 1000100

Color Harmonies of #CA91B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91B5

Black with #CA91B5

Text Example


Text Example

White with #CA91B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91B5; }

 p { color: rgb(202,145,181); }

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

background-color css

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

 a { background-color: rgb(202,145,181); }

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

border-color css

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

 span { border-color: rgb(202,145,181); }

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