#D07ECA

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

Shades of Orchid #D07ECA

Tints of Orchid #D07ECA

Color information

#D07ECA (or 0xD07ECA) is unknown color: approx Orchid. HEX triplet: D0, 7E and CA. RGB value is (208,126,202). Sum of RGB (Red+Green+Blue) = 208+126+202=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D07ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07ECA is #2F8135. Grayscale: #9E9E9E. Windows color (decimal): -3113270 or 13270736. OLE color: 13270736.

HSL color Cylindrical-coordinate representation of color #D07ECA: hue angle of 304.39º 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 #D07ECA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208126202-
CMYK00.390.030.18
HSL304.39º46.59%65.49%-
HSV(B)304.39º39.42%81.57%-
XYZ44.1332.659.84-
YUV159.18152.17162.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 126 (49.61% from 255) = 23.51%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=38.81%
G=23.51%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812620200.390.030.18304.3946.5965.49
HexD07ECA0273121302f41
Octal32017631204732246057101
Binary11010000111111011001010010011111100101001100001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07ECA; }

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

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

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

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

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

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

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

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