#C87DCD

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

Shades of Orchid #C87DCD

Tints of Orchid #C87DCD

Color information

#C87DCD (or 0xC87DCD) is unknown color: approx Orchid. HEX triplet: C8, 7D and CD. RGB value is (200,125,205). Sum of RGB (Red+Green+Blue) = 200+125+205=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #C87DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DCD is #378232. Grayscale: #9C9C9C. Windows color (decimal): -3637811 or 13467080. OLE color: 13467080.

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

Color convert

RGB200125205-
CMYK0.020.3900.20
HSL296.25º44.44%64.71%-
HSV(B)296.25º39.02%80.39%-
XYZ42.1731.3561.59-
YUV156.55155.35159-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=37.74%
G=23.58%
B=38.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001252050.020.3900.20296.2544.4464.71
HexC87DCD2270141282c41
Octal31017531524702445054101
Binary11001000111110111001101101001110101001001010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DCD; }

 p { color: rgb(200,125,205); }

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

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

 a { background-color: rgb(200,125,205); }

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

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

 span { border-color: rgb(200,125,205); }

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