#D77ECD

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

Shades of Orchid #D77ECD

Tints of Orchid #D77ECD

Color information

#D77ECD (or 0xD77ECD) is unknown color: approx Orchid. HEX triplet: D7, 7E and CD. RGB value is (215,126,205). Sum of RGB (Red+Green+Blue) = 215+126+205=546 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.38% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 215 - color contains mainly: red. Hex color #D77ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D77ECD is #288132. Grayscale: #A1A1A1. Windows color (decimal): -2654515 or 13467351. OLE color: 13467351.

HSL color Cylindrical-coordinate representation of color #D77ECD: hue angle of 306.74º 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 #D77ECD is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215126205-
CMYK00.410.050.16
HSL306.74º52.66%66.86%-
HSV(B)306.74º41.4%84.31%-
XYZ46.533.7861.83-
YUV161.62152.49166.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.38%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=39.38%
G=23.08%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512620500.410.050.16306.7452.6666.86
HexD77ECD0295101333543
Octal32717631505152046365103
Binary110101111111110110011010101001101100001001100111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77ECD; }

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

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

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

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

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

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

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

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