Html Css Color HEX #CA91BD Lily

📋 copy color: '#CA91BD'

red 202 ◦ green 145 ◦ blue 189

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

Shades of Lily #CA91BD

Tints of Lily #CA91BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.26%

R = 37.69%
G = 27.05%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#CA91BD (or 0xCA91BD) is known color: Lily. HEX triplet: CA, 91 and BD. RGB value is (202,145,189). Sum of RGB (Red+Green+Blue) = 202+145+189=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA91BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91BD is #356E42. Grayscale: #A6A6A6. Windows color (decimal): -3501635 or 12423626. OLE color: 12423626.

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

Color convert

RGB 202 145 189 -
CMYK 0 0.28 0.06 0.21
HSL 313.68º 0.35% 0.68% -
HSV(B) 313.68º 0.28% 0.79% -
XYZ 43.67 36.48 52.88 -
YUV 167.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 202 145 189 0 0.28 0.06 0.21 313.68 0.35 0.68
Hex CA 91 BD 0 1C 6 15 13A 23 44
Octal 312 221 275 0 34 6 25 472 43 104
Binary 11001010 10010001 10111101 0 11100 110 10101 100111010 100011 1000100

Color Harmonies of #CA91BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA91BD

Black with #CA91BD

Text Example


Text Example

White with #CA91BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA91BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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