#D074DD

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

Shades of Orchid #D074DD

Tints of Orchid #D074DD

Color information

#D074DD (or 0xD074DD) is unknown color: approx Orchid. HEX triplet: D0, 74 and DD. RGB value is (208,116,221). Sum of RGB (Red+Green+Blue) = 208+116+221=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D074DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074DD is #2F8B22. Grayscale: #9B9B9B. Windows color (decimal): -3115811 or 14513360. OLE color: 14513360.

HSL color Cylindrical-coordinate representation of color #D074DD: hue angle of 292.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D074DD is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208116221-
CMYK0.060.4800.13
HSL292.57º60.69%66.08%-
HSV(B)292.57º47.51%86.67%-
XYZ45.3131.1272.03-
YUV155.48164.98165.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=38.17%
G=21.28%
B=40.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081162210.060.4800.13292.5760.6966.08
HexD074DD6300D1253d42
Octal32016433566001544575102
Binary11010000111010011011101110110000011011001001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074DD; }

 p { color: rgb(208,116,221); }

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

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

 a { background-color: rgb(208,116,221); }

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

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

 span { border-color: rgb(208,116,221); }

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