#D061E8

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

Shades of Orchid #D061E8

Tints of Orchid #D061E8

Color information

#D061E8 (or 0xD061E8) is unknown color: approx Orchid. HEX triplet: D0, 61 and E8. RGB value is (208,97,232). Sum of RGB (Red+Green+Blue) = 208+97+232=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 97 (38.28% from 255 or 18.06% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #D061E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D061E8 is #2F9E17. Grayscale: #919191. Windows color (decimal): -3120664 or 15229392. OLE color: 15229392.

HSL color Cylindrical-coordinate representation of color #D061E8: hue angle of 289.33º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D061E8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20897232-
CMYK0.100.5800.09
HSL289.33º74.59%64.51%-
HSV(B)289.33º58.19%90.98%-
XYZ44.8527.7979.34-
YUV145.58176.77172.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 97 (38.28% from 255) = 18.06%
BLUE value IS 232 (91.02% from 255) = 43.20%
R=38.73%
G=18.06%
B=43.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208972320.100.5800.09289.3374.5964.51
HexD061E8A3A091214b41
Octal3201413501272011441113101
Binary1101000011000011110100010101110100100110010000110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D061E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D061E8; }

 p { color: rgb(208,97,232); }

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

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

 a { background-color: rgb(208,97,232); }

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

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

 span { border-color: rgb(208,97,232); }

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