Html Css Color HEX #D334EC Medium Orchid

📋 copy color: '#D334EC'

red 211 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #D334EC

Tints of Medium Orchid #D334EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 42.28%
G = 10.42%
B = 47.29%

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

#D334EC (or 0xD334EC) is known color: Medium Orchid. HEX triplet: D3, 34 and EC. RGB value is (211,52,236). Sum of RGB (Red+Green+Blue) = 211+52+236=499 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.28% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #D334EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334EC is #2CCB13. Grayscale: #777777. Windows color (decimal): -2935572 or 15480019. OLE color: 15480019.

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

Color convert

RGB 211 52 236 -
CMYK 0.11 0.78 0 0.07
HSL 291.85º 0.83% 0.56% -
HSV(B) 291.85º 0.78% 0.93% -
XYZ 43.23 22.36 81.39 -
YUV 120.52 193.18 192.54 -
System Red Green Blue C M Y K H S L
Decimal 211 52 236 0.11 0.78 0 0.07 291.85 0.83 0.56
Hex D3 34 EC B 4E 0 7 124 53 38
Octal 323 64 354 13 116 0 7 444 123 70
Binary 11010011 110100 11101100 1011 1001110 0 111 100100100 1010011 111000

Color Harmonies of #D334EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334EC

Black with #D334EC

Text Example


Text Example

White with #D334EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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