#D073CA

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

Shades of Orchid #D073CA

Tints of Orchid #D073CA

Color information

#D073CA (or 0xD073CA) is unknown color: approx Orchid. HEX triplet: D0, 73 and CA. RGB value is (208,115,202). Sum of RGB (Red+Green+Blue) = 208+115+202=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D073CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073CA is #2F8C35. Grayscale: #989898. Windows color (decimal): -3116086 or 13267920. OLE color: 13267920.

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

Color convert

RGB208115202-
CMYK00.450.030.18
HSL303.87º49.73%63.33%-
HSV(B)303.87º44.71%81.57%-
XYZ42.829.9459.4-
YUV152.72155.81167.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 115 (45.31% from 255) = 21.90%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=39.62%
G=21.90%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811520200.450.030.18303.8749.7363.33
HexD073CA02D312130323f
Octal3201633120553224606277
Binary1101000011100111100101001011011110010100110000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073CA; }

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

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

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

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

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

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

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

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