#D07ECC

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

Shades of Orchid #D07ECC

Tints of Orchid #D07ECC

Color information

#D07ECC (or 0xD07ECC) is unknown color: approx Orchid. HEX triplet: D0, 7E and CC. RGB value is (208,126,204). Sum of RGB (Red+Green+Blue) = 208+126+204=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 126 (49.61% from 255 or 23.42% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ECC is #2F8133. Grayscale: #9F9F9F. Windows color (decimal): -3113268 or 13401808. OLE color: 13401808.

HSL color Cylindrical-coordinate representation of color #D07ECC: hue angle of 302.93º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07ECC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208126204-
CMYK00.390.020.18
HSL302.93º46.59%65.49%-
HSV(B)302.93º39.42%81.57%-
XYZ44.3732.6961.1-
YUV159.41153.17162.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 126 (49.61% from 255) = 23.42%
BLUE value IS 204 (80.08% from 255) = 37.92%
R=38.66%
G=23.42%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812620400.390.020.18302.9346.5965.49
HexD07ECC02721212f2f41
Octal32017631404722245757101
Binary11010000111111011001100010011110100101001011111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07ECC; }

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

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

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

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

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

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

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

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