#D074DA

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

Shades of Orchid #D074DA

Tints of Orchid #D074DA

Color information

#D074DA (or 0xD074DA) is unknown color: approx Orchid. HEX triplet: D0, 74 and DA. RGB value is (208,116,218). Sum of RGB (Red+Green+Blue) = 208+116+218=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #D074DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D074DA is #2F8B25. Grayscale: #9A9A9A. Windows color (decimal): -3115814 or 14316752. OLE color: 14316752.

HSL color Cylindrical-coordinate representation of color #D074DA: hue angle of 294.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D074DA is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB208116218-
CMYK0.050.4700.15
HSL294.12º57.95%65.49%-
HSV(B)294.12º46.79%85.49%-
XYZ44.9130.9669.94-
YUV155.14163.48165.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 116 (45.70% from 255) = 21.40%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=38.38%
G=21.40%
B=40.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081162180.050.4700.15294.1257.9565.49
HexD074DA52F0F1263a41
Octal32016433255701744672101
Binary11010000111010011011010101101111011111001001101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D074DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D074DA; }

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

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

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

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

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

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

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

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