#D335E7

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

Shades of Medium Orchid #D335E7

Tints of Medium Orchid #D335E7

Color information

#D335E7 (or 0xD335E7) is unknown color: approx Medium Orchid. HEX triplet: D3, 35 and E7. RGB value is (211,53,231). Sum of RGB (Red+Green+Blue) = 211+53+231=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 231 - color contains mainly: blue. Hex color #D335E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335E7 is #2CCA18. Grayscale: #777777. Windows color (decimal): -2935321 or 15152595. OLE color: 15152595.

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

Color convert

RGB21153231-
CMYK0.090.7700.09
HSL293.26º78.76%55.69%-
HSV(B)293.26º77.06%90.59%-
XYZ42.5622.1677.64-
YUV120.53190.35192.53-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.63%
GREEN value IS 53 (21.09% from 255) = 10.71%
BLUE value IS 231 (90.62% from 255) = 46.67%
R=42.63%
G=10.71%
B=46.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal211532310.090.7700.09293.2678.7655.69
HexD335E794D091254f38
Octal323653471111501144511770
Binary110100111101011110011110011001101010011001001011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D335E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D335E7; }

 p { color: rgb(211,53,231); }

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

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

 a { background-color: rgb(211,53,231); }

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

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

 span { border-color: rgb(211,53,231); }

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