#c87fd7

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

Shades of Orchid #C87FD7

Tints of Orchid #C87FD7

Color information

#C87FD7 (or 0xC87FD7) is unknown color: approx Orchid. HEX triplet: C8, 7F and D7. RGB value is (200,127,215). Sum of RGB (Red+Green+Blue) = 200+127+215=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #C87FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FD7 is #378028. Grayscale: #9E9E9E. Windows color (decimal): -3637289 or 14122952. OLE color: 14122952.

HSL color Cylindrical-coordinate representation of color #C87FD7: hue angle of 289.77º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C87FD7 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB200127215-
CMYK0.070.4100.16
HSL289.77º52.38%67.06%-
HSV(B)289.77º40.93%84.31%-
XYZ43.6732.3668.24-
YUV158.86159.68157.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.90%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=36.90%
G=23.43%
B=39.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2001272150.070.4100.16289.7752.3867.06
HexC87FD77290101223443
Octal31017732775102044264103
Binary110010001111111110101111111010010100001001000101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87fd7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87fd7; }

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

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

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

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

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

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

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

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