#D073D2

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

Shades of Orchid #D073D2

Tints of Orchid #D073D2

Color information

#D073D2 (or 0xD073D2) is unknown color: approx Orchid. HEX triplet: D0, 73 and D2. RGB value is (208,115,210). Sum of RGB (Red+Green+Blue) = 208+115+210=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #D073D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073D2 is #2F8C2D. Grayscale: #999999. Windows color (decimal): -3116078 or 13792208. OLE color: 13792208.

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

Color convert

RGB208115210-
CMYK0.010.4500.18
HSL298.74º51.35%63.73%-
HSV(B)298.74º45.24%82.35%-
XYZ43.7830.3264.52-
YUV153.64159.81166.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 115 (45.31% from 255) = 21.58%
BLUE value IS 210 (82.42% from 255) = 39.40%
R=39.02%
G=21.58%
B=39.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081152100.010.4500.18298.7451.3563.73
HexD073D212D01212b3340
Octal32016332215502245363100
Binary1101000011100111101001011011010100101001010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073D2; }

 p { color: rgb(208,115,210); }

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

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

 a { background-color: rgb(208,115,210); }

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

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

 span { border-color: rgb(208,115,210); }

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