#D073C8

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

Shades of Orchid #D073C8

Tints of Orchid #D073C8

Color information

#D073C8 (or 0xD073C8) is unknown color: approx Orchid. HEX triplet: D0, 73 and C8. RGB value is (208,115,200). Sum of RGB (Red+Green+Blue) = 208+115+200=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C8 is #2F8C37. Grayscale: #989898. Windows color (decimal): -3116088 or 13136848. OLE color: 13136848.

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

Color convert

RGB208115200-
CMYK00.450.040.18
HSL305.16º49.73%63.33%-
HSV(B)305.16º44.71%81.57%-
XYZ42.5729.8458.16-
YUV152.5154.81167.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 115 (45.31% from 255) = 21.99%
BLUE value IS 200 (78.52% from 255) = 38.24%
R=39.77%
G=21.99%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811520000.450.040.18305.1649.7363.33
HexD073C802D412131323f
Octal3201633100554224616277
Binary11010000111001111001000010110110010010100110001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073C8; }

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

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

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

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

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

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

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

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