#d330e6

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

Shades of Medium Orchid #D330E6

Tints of Medium Orchid #D330E6

Color information

#D330E6 (or 0xD330E6) is unknown color: approx Medium Orchid. HEX triplet: D3, 30 and E6. RGB value is (211,48,230). Sum of RGB (Red+Green+Blue) = 211+48+230=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 48 (19.14% from 255 or 9.82% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 230 - color contains mainly: blue. Hex color #D330E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D330E6 is #2CCF19. Grayscale: #747474. Windows color (decimal): -2936602 or 15085779. OLE color: 15085779.

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

Color convert

RGB21148230-
CMYK0.080.7900.10
HSL293.74º78.45%54.51%-
HSV(B)293.74º79.13%90.2%-
XYZ42.221.6876.82-
YUV117.48191.5194.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 43.15%
GREEN value IS 48 (19.14% from 255) = 9.82%
BLUE value IS 230 (90.23% from 255) = 47.03%
R=43.15%
G=9.82%
B=47.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal211482300.080.7900.10293.7478.4554.51
HexD330E684F0A1264e37
Octal323603461011701244611667
Binary110100111100001110011010001001111010101001001101001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d330e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d330e6; }

 p { color: rgb(211,48,230); }

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

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

 a { background-color: rgb(211,48,230); }

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

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

 span { border-color: rgb(211,48,230); }

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