#D073C3

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

Shades of Orchid #D073C3

Tints of Orchid #D073C3

Color information

#D073C3 (or 0xD073C3) is unknown color: approx Orchid. HEX triplet: D0, 73 and C3. RGB value is (208,115,195). Sum of RGB (Red+Green+Blue) = 208+115+195=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D073C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073C3 is #2F8C3C. Grayscale: #979797. Windows color (decimal): -3116093 or 12809168. OLE color: 12809168.

HSL color Cylindrical-coordinate representation of color #D073C3: hue angle of 308.39º 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 #D073C3 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB208115195-
CMYK00.450.060.18
HSL308.39º49.73%63.33%-
HSV(B)308.39º44.71%81.57%-
XYZ41.9929.6155.13-
YUV151.93152.31168-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 195 (76.56% from 255) = 37.64%
R=40.15%
G=22.20%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811519500.450.060.18308.3949.7363.33
HexD073C302D612134323f
Octal3201633030556224646277
Binary11010000111001111000011010110111010010100110100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073C3; }

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

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

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

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

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

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

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

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