Html Css Color HEX #D334E6 Medium Orchid

📋 copy color: '#D334E6'

red 211 ◦ green 52 ◦ blue 230

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

Shades of Medium Orchid #D334E6

Tints of Medium Orchid #D334E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.65%

R = 42.8%
G = 10.55%
B = 46.65%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D334E6 (or 0xD334E6) is known color: Medium Orchid. HEX triplet: D3, 34 and E6. RGB value is (211,52,230). Sum of RGB (Red+Green+Blue) = 211+52+230=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #D334E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334E6 is #2CCB19. Grayscale: #777777. Windows color (decimal): -2935578 or 15086803. OLE color: 15086803.

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

Color convert

RGB 211 52 230 -
CMYK 0.08 0.77 0 0.10
HSL 293.6º 0.78% 0.55% -
HSV(B) 293.6º 0.77% 0.9% -
XYZ 42.37 22.02 76.88 -
YUV 119.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 211 52 230 0.08 0.77 0 0.10 293.6 0.78 0.55
Hex D3 34 E6 8 4D 0 A 126 4E 37
Octal 323 64 346 10 115 0 12 446 116 67
Binary 11010011 110100 11100110 1000 1001101 0 1010 100100110 1001110 110111

Color Harmonies of #D334E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334E6

Black with #D334E6

Text Example


Text Example

White with #D334E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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