#D072C5

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

Shades of Orchid #D072C5

Tints of Orchid #D072C5

Color information

#D072C5 (or 0xD072C5) is unknown color: approx Orchid. HEX triplet: D0, 72 and C5. RGB value is (208,114,197). Sum of RGB (Red+Green+Blue) = 208+114+197=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D072C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072C5 is #2F8D3A. Grayscale: #979797. Windows color (decimal): -3116347 or 12939984. OLE color: 12939984.

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

Color convert

RGB208114197-
CMYK00.450.050.18
HSL307.02º50%63.14%-
HSV(B)307.02º45.19%81.57%-
XYZ42.1129.4856.29-
YUV151.57153.64168.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=40.08%
G=21.97%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811419700.450.050.18307.025063.14
HexD072C502D512133323f
Octal3201623050555224636277
Binary11010000111001011000101010110110110010100110011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D072C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D072C5; }

 p { color: rgb(208,114,197); }

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

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

 a { background-color: rgb(208,114,197); }

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

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

 span { border-color: rgb(208,114,197); }

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