#c87fd3

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

Shades of Orchid #C87FD3

Tints of Orchid #C87FD3

Color information

#C87FD3 (or 0xC87FD3) is unknown color: approx Orchid. HEX triplet: C8, 7F and D3. RGB value is (200,127,211). Sum of RGB (Red+Green+Blue) = 200+127+211=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 211 (82.81% from 255 or 39.22% from 538); Max value from RGB is 211 - color contains mainly: blue. Hex color #C87FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FD3 is #37802C. Grayscale: #9E9E9E. Windows color (decimal): -3637293 or 13860808. OLE color: 13860808.

HSL color Cylindrical-coordinate representation of color #C87FD3: hue angle of 292.14º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87FD3 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200127211-
CMYK0.050.4000.17
HSL292.14º48.84%66.27%-
HSV(B)292.14º39.81%82.75%-
XYZ43.1732.1665.56-
YUV158.4157.68157.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.17%
GREEN value IS 127 (50% from 255) = 23.61%
BLUE value IS 211 (82.81% from 255) = 39.22%
R=37.17%
G=23.61%
B=39.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001272110.050.4000.17292.1448.8466.27
HexC87FD35280111243142
Octal31017732355002144461102
Binary110010001111111110100111011010000100011001001001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87fd3; }

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

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

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

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

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

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

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

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