Html Css Color HEX #CA81BB Lily

📋 copy color: '#CA81BB'

red 202 ◦ green 129 ◦ blue 187

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

Shades of Lily #CA81BB

Tints of Lily #CA81BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 39%
G = 24.9%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA81BB (or 0xCA81BB) is known color: Lily. HEX triplet: CA, 81 and BB. RGB value is (202,129,187). Sum of RGB (Red+Green+Blue) = 202+129+187=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA81BB is #357E44. Grayscale: #9D9D9D. Windows color (decimal): -3505733 or 12288458. OLE color: 12288458.

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

Color convert

RGB 202 129 187 -
CMYK 0 0.36 0.07 0.21
HSL 312.33º 0.41% 0.65% -
HSV(B) 312.33º 0.36% 0.79% -
XYZ 41.18 31.84 50.99 -
YUV 157.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 202 129 187 0 0.36 0.07 0.21 312.33 0.41 0.65
Hex CA 81 BB 0 24 7 15 138 29 41
Octal 312 201 273 0 44 7 25 470 51 101
Binary 11001010 10000001 10111011 0 100100 111 10101 100111000 101001 1000001

Color Harmonies of #CA81BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81BB

Black with #CA81BB

Text Example


Text Example

White with #CA81BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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