Html Css Color HEX #C87FAF Lily

📋 copy color: '#C87FAF'

red 200 ◦ green 127 ◦ blue 175

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

Shades of Lily #C87FAF

Tints of Lily #C87FAF

RGB

 RED value IS 200 (78.52% from 255) = 39.84%

 GREEN value IS 127 (50% from 255) = 25.3%

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

R = 39.84%
G = 25.3%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C87FAF (or 0xC87FAF) is known color: Lily. HEX triplet: C8, 7F and AF. RGB value is (200,127,175). Sum of RGB (Red+Green+Blue) = 200+127+175=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FAF is #378050. Grayscale: #9A9A9A. Windows color (decimal): -3637329 or 11501512. OLE color: 11501512.

HSL color Cylindrical-coordinate representation of color #C87FAF: hue angle of 320.55º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87FAF is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 127 175 -
CMYK 0 0.36 0.12 0.22
HSL 320.55º 0.4% 0.64% -
HSV(B) 320.55º 0.37% 0.78% -
XYZ 39.15 30.55 44.39 -
YUV 154.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 200 127 175 0 0.36 0.12 0.22 320.55 0.4 0.64
Hex C8 7F AF 0 24 C 16 141 28 40
Octal 310 177 257 0 44 14 26 501 50 100
Binary 11001000 1111111 10101111 0 100100 1100 10110 101000001 101000 1000000

Color Harmonies of #C87FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FAF

Black with #C87FAF

Text Example


Text Example

White with #C87FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FAF; }

 p { color: rgb(200,127,175); }

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

background-color css

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

 a { background-color: rgb(200,127,175); }

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

border-color css

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

 span { border-color: rgb(200,127,175); }

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