#D072C6

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

Shades of Orchid #D072C6

Tints of Orchid #D072C6

Color information

#D072C6 (or 0xD072C6) is unknown color: approx Orchid. HEX triplet: D0, 72 and C6. RGB value is (208,114,198). Sum of RGB (Red+Green+Blue) = 208+114+198=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D072C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072C6 is #2F8D39. Grayscale: #979797. Windows color (decimal): -3116346 or 13005520. OLE color: 13005520.

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

Color convert

RGB208114198-
CMYK00.450.050.18
HSL306.38º50%63.14%-
HSV(B)306.38º45.19%81.57%-
XYZ42.2229.5256.9-
YUV151.68154.14168.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 21.92%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=40%
G=21.92%
B=38.08%

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
Decimal20811419800.450.050.18306.385063.14
HexD072C602D512132323f
Octal3201623060555224626277
Binary11010000111001011000110010110110110010100110010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D072C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D072C6; }

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

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

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

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

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

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

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

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