#D074D2

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

Shades of Orchid #D074D2

Tints of Orchid #D074D2

Color information

#D074D2 (or 0xD074D2) is unknown color: approx Orchid. HEX triplet: D0, 74 and D2. RGB value is (208,116,210). Sum of RGB (Red+Green+Blue) = 208+116+210=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #D074D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074D2 is #2F8B2D. Grayscale: #999999. Windows color (decimal): -3115822 or 13792464. OLE color: 13792464.

HSL color Cylindrical-coordinate representation of color #D074D2: hue angle of 298.72º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D074D2 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208116210-
CMYK0.010.4500.18
HSL298.72º51.09%63.92%-
HSV(B)298.72º44.76%82.35%-
XYZ43.8930.5564.56-
YUV154.22159.48166.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 116 (45.70% from 255) = 21.72%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=38.95%
G=21.72%
B=39.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081162100.010.4500.18298.7251.0963.92
HexD074D212D01212b3340
Octal32016432215502245363100
Binary1101000011101001101001011011010100101001010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074D2; }

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

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

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

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

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

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

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

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