Html Css Color HEX #D335EB Medium Orchid

📋 copy color: '#D335EB'

red 211 ◦ green 53 ◦ blue 235

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

Shades of Medium Orchid #D335EB

Tints of Medium Orchid #D335EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 42.28%
G = 10.62%
B = 47.09%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D335EB (or 0xD335EB) is known color: Medium Orchid. HEX triplet: D3, 35 and EB. RGB value is (211,53,235). Sum of RGB (Red+Green+Blue) = 211+53+235=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #D335EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D335EB is #2CCA14. Grayscale: #787878. Windows color (decimal): -2935317 or 15414739. OLE color: 15414739.

HSL color Cylindrical-coordinate representation of color #D335EB: hue angle of 292.09º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D335EB is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 53 235 -
CMYK 0.10 0.77 0 0.08
HSL 292.09º 0.82% 0.56% -
HSV(B) 292.09º 0.77% 0.92% -
XYZ 43.13 22.39 80.65 -
YUV 120.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 211 53 235 0.10 0.77 0 0.08 292.09 0.82 0.56
Hex D3 35 EB A 4D 0 8 124 52 38
Octal 323 65 353 12 115 0 10 444 122 70
Binary 11010011 110101 11101011 1010 1001101 0 1000 100100100 1010010 111000

Color Harmonies of #D335EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D335EB

Black with #D335EB

Text Example


Text Example

White with #D335EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D335EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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