Html Css Color HEX #D334EB Medium Orchid

📋 copy color: '#D334EB'

red 211 ◦ green 52 ◦ blue 235

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

Shades of Medium Orchid #D334EB

Tints of Medium Orchid #D334EB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.44%

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

R = 42.37%
G = 10.44%
B = 47.19%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D334EB (or 0xD334EB) is known color: Medium Orchid. HEX triplet: D3, 34 and EB. RGB value is (211,52,235). Sum of RGB (Red+Green+Blue) = 211+52+235=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 52 (20.70% from 255 or 10.44% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #D334EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334EB is #2CCB14. Grayscale: #777777. Windows color (decimal): -2935573 or 15414483. OLE color: 15414483.

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

Color convert

RGB 211 52 235 -
CMYK 0.10 0.78 0 0.08
HSL 292.13º 0.82% 0.56% -
HSV(B) 292.13º 0.78% 0.92% -
XYZ 43.09 22.3 80.63 -
YUV 120.4 192.68 192.62 -
System Red Green Blue C M Y K H S L
Decimal 211 52 235 0.10 0.78 0 0.08 292.13 0.82 0.56
Hex D3 34 EB A 4E 0 8 124 52 38
Octal 323 64 353 12 116 0 10 444 122 70
Binary 11010011 110100 11101011 1010 1001110 0 1000 100100100 1010010 111000

Color Harmonies of #D334EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334EB

Black with #D334EB

Text Example


Text Example

White with #D334EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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