#D074DE

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

Shades of Orchid #D074DE

Tints of Orchid #D074DE

Color information

#D074DE (or 0xD074DE) is unknown color: approx Orchid. HEX triplet: D0, 74 and DE. RGB value is (208,116,222). Sum of RGB (Red+Green+Blue) = 208+116+222=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #D074DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074DE is #2F8B21. Grayscale: #9B9B9B. Windows color (decimal): -3115810 or 14578896. OLE color: 14578896.

HSL color Cylindrical-coordinate representation of color #D074DE: hue angle of 292.08º degrees, saturation: 0.62, 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 #D074DE is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208116222-
CMYK0.060.4800.13
HSL292.08º61.63%66.27%-
HSV(B)292.08º47.75%87.06%-
XYZ45.4431.1772.73-
YUV155.59165.48165.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 116 (45.70% from 255) = 21.25%
BLUE value IS 222 (87.11% from 255) = 40.66%
R=38.10%
G=21.25%
B=40.66%

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
Decimal2081162220.060.4800.13292.0861.6366.27
HexD074DE6300D1243e42
Octal32016433666001544476102
Binary11010000111010011011110110110000011011001001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074DE; }

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

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

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

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

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

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

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

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