Html Css Color HEX #CA87AF Lily

📋 copy color: '#CA87AF'

red 202 ◦ green 135 ◦ blue 175

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

Shades of Lily #CA87AF

Tints of Lily #CA87AF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 26.37%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 39.45%
G = 26.37%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CA87AF (or 0xCA87AF) is known color: Lily. HEX triplet: CA, 87 and AF. RGB value is (202,135,175). Sum of RGB (Red+Green+Blue) = 202+135+175=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA87AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA87AF is #357850. Grayscale: #9F9F9F. Windows color (decimal): -3504209 or 11503562. OLE color: 11503562.

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

Color convert

RGB 202 135 175 -
CMYK 0 0.33 0.13 0.21
HSL 324.18º 0.39% 0.66% -
HSV(B) 324.18º 0.33% 0.79% -
XYZ 40.76 32.98 44.77 -
YUV 159.59 136.7 158.25 -
System Red Green Blue C M Y K H S L
Decimal 202 135 175 0 0.33 0.13 0.21 324.18 0.39 0.66
Hex CA 87 AF 0 21 D 15 144 27 42
Octal 312 207 257 0 41 15 25 504 47 102
Binary 11001010 10000111 10101111 0 100001 1101 10101 101000100 100111 1000010

Color Harmonies of #CA87AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA87AF

Black with #CA87AF

Text Example


Text Example

White with #CA87AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA87AF; }

 p { color: rgb(202,135,175); }

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

background-color css

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

 a { background-color: rgb(202,135,175); }

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

border-color css

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

 span { border-color: rgb(202,135,175); }

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