Html Css Color HEX #C87FA2 Puce

📋 copy color: '#C87FA2'

red 200 ◦ green 127 ◦ blue 162

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

Shades of Puce #C87FA2

Tints of Puce #C87FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.13%

R = 40.9%
G = 25.97%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C87FA2 (or 0xC87FA2) is known color: Puce. HEX triplet: C8, 7F and A2. RGB value is (200,127,162). Sum of RGB (Red+Green+Blue) = 200+127+162=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FA2 is #37805D. Grayscale: #989898. Windows color (decimal): -3637342 or 10649544. OLE color: 10649544.

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

Color convert

RGB 200 127 162 -
CMYK 0 0.36 0.19 0.22
HSL 331.23º 0.4% 0.64% -
HSV(B) 331.23º 0.37% 0.78% -
XYZ 37.93 30.07 37.99 -
YUV 152.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 200 127 162 0 0.36 0.19 0.22 331.23 0.4 0.64
Hex C8 7F A2 0 24 13 16 14B 28 40
Octal 310 177 242 0 44 23 26 513 50 100
Binary 11001000 1111111 10100010 0 100100 10011 10110 101001011 101000 1000000

Color Harmonies of #C87FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87FA2

Black with #C87FA2

Text Example


Text Example

White with #C87FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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