#D071DD

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

Shades of Orchid #D071DD

Tints of Orchid #D071DD

Color information

#D071DD (or 0xD071DD) is unknown color: approx Orchid. HEX triplet: D0, 71 and DD. RGB value is (208,113,221). Sum of RGB (Red+Green+Blue) = 208+113+221=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 113 (44.53% from 255 or 20.85% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D071DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071DD is #2F8E22. Grayscale: #999999. Windows color (decimal): -3116579 or 14512592. OLE color: 14512592.

HSL color Cylindrical-coordinate representation of color #D071DD: hue angle of 292.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D071DD is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208113221-
CMYK0.060.4900.13
HSL292.78º61.36%65.49%-
HSV(B)292.78º48.87%86.67%-
XYZ44.9730.4471.91-
YUV153.72165.97166.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 113 (44.53% from 255) = 20.85%
BLUE value IS 221 (86.72% from 255) = 40.77%
R=38.38%
G=20.85%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081132210.060.4900.13292.7861.3665.49
HexD071DD6310D1253d41
Octal32016133566101544575101
Binary11010000111000111011101110110001011011001001011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071DD; }

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

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

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

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

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

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

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

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