#D074DF

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

Shades of Orchid #D074DF

Tints of Orchid #D074DF

Color information

#D074DF (or 0xD074DF) is unknown color: approx Orchid. HEX triplet: D0, 74 and DF. RGB value is (208,116,223). Sum of RGB (Red+Green+Blue) = 208+116+223=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #D074DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074DF is #2F8B20. Grayscale: #9B9B9B. Windows color (decimal): -3115809 or 14644432. OLE color: 14644432.

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

Color convert

RGB208116223-
CMYK0.070.4800.13
HSL291.59º62.57%66.47%-
HSV(B)291.59º47.98%87.45%-
XYZ45.5831.2373.44-
YUV155.71165.98165.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=38.03%
G=21.21%
B=40.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081162230.070.4800.13291.5962.5766.47
HexD074DF7300D1243f42
Octal32016433776001544477102
Binary11010000111010011011111111110000011011001001001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074DF; }

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

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

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

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

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

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

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

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