Html Css Color HEX #D333EE Medium Orchid

📋 copy color: '#D333EE'

red 211 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #D333EE

Tints of Medium Orchid #D333EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.2%

 BLUE value IS 238 (93.36% from 255) = 47.6%

R = 42.2%
G = 10.2%
B = 47.6%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D333EE (or 0xD333EE) is known color: Medium Orchid. HEX triplet: D3, 33 and EE. RGB value is (211,51,238). Sum of RGB (Red+Green+Blue) = 211+51+238=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #D333EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333EE is #2CCC11. Grayscale: #777777. Windows color (decimal): -2935826 or 15610835. OLE color: 15610835.

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

Color convert

RGB 211 51 238 -
CMYK 0.11 0.79 0 0.07
HSL 291.34º 0.85% 0.57% -
HSV(B) 291.34º 0.79% 0.93% -
XYZ 43.48 22.39 82.92 -
YUV 120.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 211 51 238 0.11 0.79 0 0.07 291.34 0.85 0.57
Hex D3 33 EE B 4F 0 7 123 55 39
Octal 323 63 356 13 117 0 7 443 125 71
Binary 11010011 110011 11101110 1011 1001111 0 111 100100011 1010101 111001

Color Harmonies of #D333EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333EE

Black with #D333EE

Text Example


Text Example

White with #D333EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333EE; }

 p { color: rgb(211,51,238); }

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

background-color css

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

 a { background-color: rgb(211,51,238); }

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

border-color css

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

 span { border-color: rgb(211,51,238); }

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