#D072C4

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

Shades of Orchid #D072C4

Tints of Orchid #D072C4

Color information

#D072C4 (or 0xD072C4) is unknown color: approx Orchid. HEX triplet: D0, 72 and C4. RGB value is (208,114,196). Sum of RGB (Red+Green+Blue) = 208+114+196=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D072C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072C4 is #2F8D3B. Grayscale: #979797. Windows color (decimal): -3116348 or 12874448. OLE color: 12874448.

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

Color convert

RGB208114196-
CMYK00.450.060.18
HSL307.66º50%63.14%-
HSV(B)307.66º45.19%81.57%-
XYZ41.9929.4355.69-
YUV151.45153.14168.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=40.15%
G=22.01%
B=37.84%

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
Decimal20811419600.450.060.18307.665063.14
HexD072C402D612134323f
Octal3201623040556224646277
Binary11010000111001011000100010110111010010100110100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D072C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D072C4; }

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

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

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

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

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

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

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

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