#D77ECA

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

Shades of Orchid #D77ECA

Tints of Orchid #D77ECA

Color information

#D77ECA (or 0xD77ECA) is unknown color: approx Orchid. HEX triplet: D7, 7E and CA. RGB value is (215,126,202). Sum of RGB (Red+Green+Blue) = 215+126+202=543 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.59% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ECA is #288135. Grayscale: #A1A1A1. Windows color (decimal): -2654518 or 13270743. OLE color: 13270743.

HSL color Cylindrical-coordinate representation of color #D77ECA: hue angle of 308.76º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D77ECA is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215126202-
CMYK00.410.060.16
HSL308.76º52.66%66.86%-
HSV(B)308.76º41.4%84.31%-
XYZ46.1533.6359.94-
YUV161.27150.99166.32-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.59%
GREEN value IS 126 (49.61% from 255) = 23.20%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=39.59%
G=23.20%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512620200.410.060.16308.7652.6666.86
HexD77ECA0296101353543
Octal32717631205162046565103
Binary110101111111110110010100101001110100001001101011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77ECA; }

 p { color: rgb(215,126,202); }

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

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

 a { background-color: rgb(215,126,202); }

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

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

 span { border-color: rgb(215,126,202); }

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