#C87ECC

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

Shades of Orchid #C87ECC

Tints of Orchid #C87ECC

Color information

#C87ECC (or 0xC87ECC) is unknown color: approx Orchid. HEX triplet: C8, 7E and CC. RGB value is (200,126,204). Sum of RGB (Red+Green+Blue) = 200+126+204=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ECC is #378133. Grayscale: #9C9C9C. Windows color (decimal): -3637556 or 13401800. OLE color: 13401800.

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

Color convert

RGB200126204-
CMYK0.020.3800.2
HSL296.92º43.33%64.71%-
HSV(B)296.92º38.24%80%-
XYZ42.1831.5661-
YUV157.02154.52158.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.74%
GREEN value IS 126 (49.61% from 255) = 23.77%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=37.74%
G=23.77%
B=38.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2001262040.020.3800.2296.9243.3364.71
HexC87ECC2260141292b41
Octal31017631424602445153101
Binary11001000111111011001100101001100101001001010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87ECC; }

 p { color: rgb(200,126,204); }

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

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

 a { background-color: rgb(200,126,204); }

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

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

 span { border-color: rgb(200,126,204); }

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