#D335F7

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

Shades of Medium Orchid #D335F7

Tints of Medium Orchid #D335F7

Color information

#D335F7 (or 0xD335F7) is unknown color: approx Medium Orchid. HEX triplet: D3, 35 and F7. RGB value is (211,53,247). Sum of RGB (Red+Green+Blue) = 211+53+247=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 53 (21.09% from 255 or 10.37% from 511); Blue value is 247 (96.88% from 255 or 48.34% from 511); Max value from RGB is 247 - color contains mainly: blue. Hex color #D335F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335F7 is #2CCA08. Grayscale: #797979. Windows color (decimal): -2935305 or 16201171. OLE color: 16201171.

HSL color Cylindrical-coordinate representation of color #D335F7: hue angle of 288.87º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D335F7 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB21153247-
CMYK0.150.7900.03
HSL288.87º92.38%58.82%-
HSV(B)288.87º78.54%96.86%-
XYZ44.9323.1190.09-
YUV122.36198.35191.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.29%
GREEN value IS 53 (21.09% from 255) = 10.37%
BLUE value IS 247 (96.88% from 255) = 48.34%
R=41.29%
G=10.37%
B=48.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal211532470.150.7900.03288.8792.3858.82
HexD335F7F4F031215c3b
Octal32365367171170344113473
Binary1101001111010111110111111110011110111001000011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D335F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D335F7; }

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

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

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

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

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

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

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

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