#D030E7

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

Shades of Medium Orchid #D030E7

Tints of Medium Orchid #D030E7

Color information

#D030E7 (or 0xD030E7) is unknown color: approx Medium Orchid. HEX triplet: D0, 30 and E7. RGB value is (208,48,231). Sum of RGB (Red+Green+Blue) = 208+48+231=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #D030E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D030E7 is #2FCF18. Grayscale: #747474. Windows color (decimal): -3133209 or 15151312. OLE color: 15151312.

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

Color convert

RGB20848231-
CMYK0.100.7900.09
HSL292.46º79.22%54.71%-
HSV(B)292.46º79.22%90.59%-
XYZ41.4921.2977.52-
YUV116.7192.51193.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.71%
GREEN value IS 48 (19.14% from 255) = 9.86%
BLUE value IS 231 (90.62% from 255) = 47.43%
R=42.71%
G=9.86%
B=47.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal208482310.100.7900.09292.4679.2254.71
HexD030E7A4F091244f37
Octal320603471211701144411767
Binary110100001100001110011110101001111010011001001001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D030E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D030E7; }

 p { color: rgb(208,48,231); }

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

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

 a { background-color: rgb(208,48,231); }

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

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

 span { border-color: rgb(208,48,231); }

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