Html Css Color HEX #CA88B7 Lily

📋 copy color: '#CA88B7'

red 202 ◦ green 136 ◦ blue 183

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

Shades of Lily #CA88B7

Tints of Lily #CA88B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 38.77%
G = 26.1%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#CA88B7 (or 0xCA88B7) is known color: Lily. HEX triplet: CA, 88 and B7. RGB value is (202,136,183). Sum of RGB (Red+Green+Blue) = 202+136+183=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CA88B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88B7 is #357748. Grayscale: #A0A0A0. Windows color (decimal): -3503945 or 12028106. OLE color: 12028106.

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

Color convert

RGB 202 136 183 -
CMYK 0 0.33 0.09 0.21
HSL 317.27º 0.38% 0.66% -
HSV(B) 317.27º 0.33% 0.79% -
XYZ 41.71 33.58 49.08 -
YUV 161.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 202 136 183 0 0.33 0.09 0.21 317.27 0.38 0.66
Hex CA 88 B7 0 21 9 15 13D 26 42
Octal 312 210 267 0 41 11 25 475 46 102
Binary 11001010 10001000 10110111 0 100001 1001 10101 100111101 100110 1000010

Color Harmonies of #CA88B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88B7

Black with #CA88B7

Text Example


Text Example

White with #CA88B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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