#D071E2

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

Shades of Orchid #D071E2

Tints of Orchid #D071E2

Color information

#D071E2 (or 0xD071E2) is unknown color: approx Orchid. HEX triplet: D0, 71 and E2. RGB value is (208,113,226). Sum of RGB (Red+Green+Blue) = 208+113+226=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #D071E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071E2 is #2F8E1D. Grayscale: #999999. Windows color (decimal): -3116574 or 14840272. OLE color: 14840272.

HSL color Cylindrical-coordinate representation of color #D071E2: hue angle of 290.44º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D071E2 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB208113226-
CMYK0.080.500.11
HSL290.44º66.08%66.47%-
HSV(B)290.44º50%88.63%-
XYZ45.6530.7175.47-
YUV154.29168.47166.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 226 (88.67% from 255) = 41.32%
R=38.03%
G=20.66%
B=41.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2081132260.080.500.11290.4466.0866.47
HexD071E28320B1224242
Octal3201613421062013442102102
Binary1101000011100011110001010001100100101110010001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071E2; }

 p { color: rgb(208,113,226); }

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

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

 a { background-color: rgb(208,113,226); }

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

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

 span { border-color: rgb(208,113,226); }

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