#D230E7

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

Shades of Medium Orchid #D230E7

Tints of Medium Orchid #D230E7

Color information

#D230E7 (or 0xD230E7) is unknown color: approx Medium Orchid. HEX triplet: D2, 30 and E7. RGB value is (210,48,231). Sum of RGB (Red+Green+Blue) = 210+48+231=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 231 - color contains mainly: blue. Hex color #D230E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D230E7 is #2DCF18. Grayscale: #747474. Windows color (decimal): -3002137 or 15151314. OLE color: 15151314.

HSL color Cylindrical-coordinate representation of color #D230E7: hue angle of 293.11º 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 #D230E7 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB21048231-
CMYK0.090.7900.09
HSL293.11º79.22%54.71%-
HSV(B)293.11º79.22%90.59%-
XYZ42.0621.5977.55-
YUV117.3192.17194.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 48 (19.14% from 255) = 9.82%
BLUE value IS 231 (90.62% from 255) = 47.24%
R=42.94%
G=9.82%
B=47.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal210482310.090.7900.09293.1179.2254.71
HexD230E794F091254f37
Octal322603471111701144511767
Binary110100101100001110011110011001111010011001001011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D230E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D230E7; }

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

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

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

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

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

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

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

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