#D070E4

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

Shades of Orchid #D070E4

Tints of Orchid #D070E4

Color information

#D070E4 (or 0xD070E4) is unknown color: approx Orchid. HEX triplet: D0, 70 and E4. RGB value is (208,112,228). Sum of RGB (Red+Green+Blue) = 208+112+228=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #D070E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070E4 is #2F8F1B. Grayscale: #999999. Windows color (decimal): -3116828 or 14971088. OLE color: 14971088.

HSL color Cylindrical-coordinate representation of color #D070E4: hue angle of 289.66º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D070E4 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208112228-
CMYK0.090.5100.11
HSL289.66º68.24%66.67%-
HSV(B)289.66º50.88%89.41%-
XYZ45.8130.676.89-
YUV153.93169.8166.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 112 (44.14% from 255) = 20.44%
BLUE value IS 228 (89.45% from 255) = 41.61%
R=37.96%
G=20.44%
B=41.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081122280.090.5100.11289.6668.2466.67
HexD070E49330B1224443
Octal3201603441163013442104103
Binary1101000011100001110010010011100110101110010001010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D070E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D070E4; }

 p { color: rgb(208,112,228); }

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

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

 a { background-color: rgb(208,112,228); }

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

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

 span { border-color: rgb(208,112,228); }

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