#D079E1

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

Shades of Orchid #D079E1

Tints of Orchid #D079E1

Color information

#D079E1 (or 0xD079E1) is unknown color: approx Orchid. HEX triplet: D0, 79 and E1. RGB value is (208,121,225). Sum of RGB (Red+Green+Blue) = 208+121+225=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #D079E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079E1 is #2F861E. Grayscale: #9E9E9E. Windows color (decimal): -3114527 or 14776784. OLE color: 14776784.

HSL color Cylindrical-coordinate representation of color #D079E1: hue angle of 290.19º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D079E1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB208121225-
CMYK0.080.4600.12
HSL290.19º63.41%67.84%-
HSV(B)290.19º46.22%88.24%-
XYZ46.4432.5275.06-
YUV158.87165.32163.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 121 (47.66% from 255) = 21.84%
BLUE value IS 225 (88.28% from 255) = 40.61%
R=37.55%
G=21.84%
B=40.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2081212250.080.4600.12290.1963.4167.84
HexD079E182E0C1223f44
Octal320171341105601444277104
Binary110100001111001111000011000101110011001001000101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D079E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D079E1; }

 p { color: rgb(208,121,225); }

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

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

 a { background-color: rgb(208,121,225); }

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

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

 span { border-color: rgb(208,121,225); }

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