#D072C0

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

Shades of Orchid #D072C0

Tints of Orchid #D072C0

Color information

#D072C0 (or 0xD072C0) is unknown color: approx Orchid. HEX triplet: D0, 72 and C0. RGB value is (208,114,192). Sum of RGB (Red+Green+Blue) = 208+114+192=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D072C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072C0 is #2F8D3F. Grayscale: #969696. Windows color (decimal): -3116352 or 12612304. OLE color: 12612304.

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

Color convert

RGB208114192-
CMYK00.450.080.18
HSL310.21º50%63.14%-
HSV(B)310.21º45.19%81.57%-
XYZ41.5429.2553.33-
YUV151151.14168.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 114 (44.92% from 255) = 22.18%
BLUE value IS 192 (75.39% from 255) = 37.35%
R=40.47%
G=22.18%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811419200.450.080.18310.215063.14
HexD072C002D812136323f
Octal32016230005510224666277
Binary110100001110010110000000101101100010010100110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D072C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D072C0; }

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

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

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

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

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

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

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

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