#C87CCA

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

Shades of Orchid #C87CCA

Tints of Orchid #C87CCA

Color information

#C87CCA (or 0xC87CCA) is unknown color: approx Orchid. HEX triplet: C8, 7C and CA. RGB value is (200,124,202). Sum of RGB (Red+Green+Blue) = 200+124+202=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C87CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCA is #378335. Grayscale: #9B9B9B. Windows color (decimal): -3638070 or 13270216. OLE color: 13270216.

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

Color convert

RGB200124202-
CMYK0.010.3900.21
HSL298.46º42.39%63.92%-
HSV(B)298.46º38.61%79.22%-
XYZ41.6930.9659.66-
YUV155.62154.18159.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 124 (48.83% from 255) = 23.57%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=38.02%
G=23.57%
B=38.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001242020.010.3900.21298.4642.3963.92
HexC87CCA12701512a2a40
Octal31017431214702545252100
Binary1100100011111001100101011001110101011001010101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CCA; }

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

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

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

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

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

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

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

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