Html Css Color HEX #D335ED Medium Orchid

📋 copy color: '#D335ED'

red 211 ◦ green 53 ◦ blue 237

#D335ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D335ED

Tints of Medium Orchid #D335ED

RGB

 RED value IS 211 (82.81% from 255) = 42.12%

 GREEN value IS 53 (21.09% from 255) = 10.58%

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 42.12%
G = 10.58%
B = 47.31%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D335ED (or 0xD335ED) is known color: Medium Orchid. HEX triplet: D3, 35 and ED. RGB value is (211,53,237). Sum of RGB (Red+Green+Blue) = 211+53+237=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #D335ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335ED is #2CCA12. Grayscale: #787878. Windows color (decimal): -2935315 or 15545811. OLE color: 15545811.

HSL color Cylindrical-coordinate representation of color #D335ED: hue angle of 291.52º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D335ED is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 53 237 -
CMYK 0.11 0.78 0 0.07
HSL 291.52º 0.84% 0.57% -
HSV(B) 291.52º 0.78% 0.93% -
XYZ 43.42 22.51 82.18 -
YUV 121.22 193.35 192.04 -
System Red Green Blue C M Y K H S L
Decimal 211 53 237 0.11 0.78 0 0.07 291.52 0.84 0.57
Hex D3 35 ED B 4E 0 7 124 54 39
Octal 323 65 355 13 116 0 7 444 124 71
Binary 11010011 110101 11101101 1011 1001110 0 111 100100100 1010100 111001

Color Harmonies of #D335ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335ED

Black with #D335ED

Text Example


Text Example

White with #D335ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335ED; }

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

 H1.HeaderClassName
 {
   color: #D335ED;
 }
 .AnyTagClassName
 {
   color: #D335ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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