Html Css Color HEX #CA81BA Lily

📋 copy color: '#CA81BA'

red 202 ◦ green 129 ◦ blue 186

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

Shades of Lily #CA81BA

Tints of Lily #CA81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.95%

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

R = 39.07%
G = 24.95%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA81BA (or 0xCA81BA) is known color: Lily. HEX triplet: CA, 81 and BA. RGB value is (202,129,186). Sum of RGB (Red+Green+Blue) = 202+129+186=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BA is #357E45. Grayscale: #9D9D9D. Windows color (decimal): -3505734 or 12222922. OLE color: 12222922.

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

Color convert

RGB 202 129 186 -
CMYK 0 0.36 0.08 0.21
HSL 313.15º 0.41% 0.65% -
HSV(B) 313.15º 0.36% 0.79% -
XYZ 41.07 31.8 50.43 -
YUV 157.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 202 129 186 0 0.36 0.08 0.21 313.15 0.41 0.65
Hex CA 81 BA 0 24 8 15 139 29 41
Octal 312 201 272 0 44 10 25 471 51 101
Binary 11001010 10000001 10111010 0 100100 1000 10101 100111001 101001 1000001

Color Harmonies of #CA81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81BA

Black with #CA81BA

Text Example


Text Example

White with #CA81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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