#C87FCC

Color #C87FCC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C87FCC

Tints of Orchid #C87FCC

Color information

#C87FCC (or 0xC87FCC) is unknown color: approx Orchid. HEX triplet: C8, 7F and CC. RGB value is (200,127,204). Sum of RGB (Red+Green+Blue) = 200+127+204=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCC is #378033. Grayscale: #9D9D9D. Windows color (decimal): -3637300 or 13402056. OLE color: 13402056.

HSL color Cylindrical-coordinate representation of color #C87FCC: hue angle of 296.88º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87FCC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB200127204-
CMYK0.020.3800.2
HSL296.88º43.02%64.9%-
HSV(B)296.88º37.75%80%-
XYZ42.3131.8261.04-
YUV157.6154.18158.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.66%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=37.66%
G=23.92%
B=38.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001272040.020.3800.2296.8843.0264.9
HexC87FCC2260141292b41
Octal31017731424602445153101
Binary11001000111111111001100101001100101001001010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87FCC; }

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

 H1.HeaderClassName
 {
   color: #C87FCC;
 }
 .AnyTagClassName
 {
   color: #C87FCC;
 }
</style>
background-color css

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

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

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

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

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

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