#C87DCA

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

Shades of Orchid #C87DCA

Tints of Orchid #C87DCA

Color information

#C87DCA (or 0xC87DCA) is unknown color: approx Orchid. HEX triplet: C8, 7D and CA. RGB value is (200,125,202). Sum of RGB (Red+Green+Blue) = 200+125+202=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #C87DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DCA is #378235. Grayscale: #9B9B9B. Windows color (decimal): -3637814 or 13270472. OLE color: 13270472.

HSL color Cylindrical-coordinate representation of color #C87DCA: hue angle of 298.44º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87DCA is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200125202-
CMYK0.010.3800.21
HSL298.44º42.08%64.12%-
HSV(B)298.44º38.12%79.22%-
XYZ41.8131.2159.7-
YUV156.2153.85159.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=37.95%
G=23.72%
B=38.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001252020.010.3800.21298.4442.0864.12
HexC87DCA12601512a2a40
Octal31017531214602545252100
Binary1100100011111011100101011001100101011001010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DCA; }

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

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

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

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

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

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

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

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