#D070D1

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

Shades of Orchid #D070D1

Tints of Orchid #D070D1

Color information

#D070D1 (or 0xD070D1) is unknown color: approx Orchid. HEX triplet: D0, 70 and D1. RGB value is (208,112,209). Sum of RGB (Red+Green+Blue) = 208+112+209=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 209 - color contains mainly: blue. Hex color #D070D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D070D1 is #2F8F2E. Grayscale: #979797. Windows color (decimal): -3116847 or 13725904. OLE color: 13725904.

HSL color Cylindrical-coordinate representation of color #D070D1: hue angle of 299.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D070D1 is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208112209-
CMYK0.000.4600.18
HSL299.38º51.32%62.94%-
HSV(B)299.38º46.41%81.96%-
XYZ43.3229.663.75-
YUV151.76160.3168.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 209 (82.03% from 255) = 39.51%
R=39.32%
G=21.17%
B=39.51%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081122090.000.4600.18299.3851.3262.94
HexD070D102E01212b333f
Octal3201603210560224536377
Binary110100001110000110100010101110010010100101011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D070D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D070D1; }

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

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

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

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

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

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

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

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