Html Css Color HEX #D334E5 Medium Orchid

📋 copy color: '#D334E5'

red 211 ◦ green 52 ◦ blue 229

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

Shades of Medium Orchid #D334E5

Tints of Medium Orchid #D334E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.54%

R = 42.89%
G = 10.57%
B = 46.54%

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

#D334E5 (or 0xD334E5) is known color: Medium Orchid. HEX triplet: D3, 34 and E5. RGB value is (211,52,229). Sum of RGB (Red+Green+Blue) = 211+52+229=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #D334E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D334E5 is #2CCB1A. Grayscale: #777777. Windows color (decimal): -2935579 or 15021267. OLE color: 15021267.

HSL color Cylindrical-coordinate representation of color #D334E5: hue angle of 293.9º degrees, saturation: 0.77, 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 #D334E5 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 52 229 -
CMYK 0.08 0.77 0 0.10
HSL 293.9º 0.77% 0.55% -
HSV(B) 293.9º 0.77% 0.9% -
XYZ 42.23 21.96 76.14 -
YUV 119.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 211 52 229 0.08 0.77 0 0.10 293.9 0.77 0.55
Hex D3 34 E5 8 4D 0 A 126 4D 37
Octal 323 64 345 10 115 0 12 446 115 67
Binary 11010011 110100 11100101 1000 1001101 0 1010 100100110 1001101 110111

Color Harmonies of #D334E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334E5

Black with #D334E5

Text Example


Text Example

White with #D334E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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