Html Css Color HEX #CA88BA Lily

📋 copy color: '#CA88BA'

red 202 ◦ green 136 ◦ blue 186

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

Shades of Lily #CA88BA

Tints of Lily #CA88BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.95%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 38.55%
G = 25.95%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA88BA (or 0xCA88BA) is known color: Lily. HEX triplet: CA, 88 and BA. RGB value is (202,136,186). Sum of RGB (Red+Green+Blue) = 202+136+186=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88BA is #357745. Grayscale: #A1A1A1. Windows color (decimal): -3503942 or 12224714. OLE color: 12224714.

HSL color Cylindrical-coordinate representation of color #CA88BA: hue angle of 314.55º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA88BA is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 186 -
CMYK 0 0.33 0.08 0.21
HSL 314.55º 0.38% 0.66% -
HSV(B) 314.55º 0.33% 0.79% -
XYZ 42.02 33.71 50.75 -
YUV 161.43 141.87 156.93 -
System Red Green Blue C M Y K H S L
Decimal 202 136 186 0 0.33 0.08 0.21 314.55 0.38 0.66
Hex CA 88 BA 0 21 8 15 13B 26 42
Octal 312 210 272 0 41 10 25 473 46 102
Binary 11001010 10001000 10111010 0 100001 1000 10101 100111011 100110 1000010

Color Harmonies of #CA88BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88BA

Black with #CA88BA

Text Example


Text Example

White with #CA88BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88BA; }

 p { color: rgb(202,136,186); }

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

background-color css

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

 a { background-color: rgb(202,136,186); }

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

border-color css

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

 span { border-color: rgb(202,136,186); }

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