Html Css Color HEX #CA81B5 Lily

📋 copy color: '#CA81B5'

red 202 ◦ green 129 ◦ blue 181

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

Shades of Lily #CA81B5

Tints of Lily #CA81B5

RGB

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

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

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

R = 39.45%
G = 25.2%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#CA81B5 (or 0xCA81B5) is known color: Lily. HEX triplet: CA, 81 and B5. RGB value is (202,129,181). Sum of RGB (Red+Green+Blue) = 202+129+181=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81B5 is #357E4A. Grayscale: #9C9C9C. Windows color (decimal): -3505739 or 11895242. OLE color: 11895242.

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

Color convert

RGB 202 129 181 -
CMYK 0 0.36 0.10 0.21
HSL 317.26º 0.41% 0.65% -
HSV(B) 317.26º 0.36% 0.79% -
XYZ 40.55 31.59 47.68 -
YUV 156.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 202 129 181 0 0.36 0.10 0.21 317.26 0.41 0.65
Hex CA 81 B5 0 24 A 15 13D 29 41
Octal 312 201 265 0 44 12 25 475 51 101
Binary 11001010 10000001 10110101 0 100100 1010 10101 100111101 101001 1000001

Color Harmonies of #CA81B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81B5

Black with #CA81B5

Text Example


Text Example

White with #CA81B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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