Html Css Color HEX #D33EEF Medium Orchid

📋 copy color: '#D33EEF'

red 211 ◦ green 62 ◦ blue 239

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

Shades of Medium Orchid #D33EEF

Tints of Medium Orchid #D33EEF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.11%

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 41.21%
G = 12.11%
B = 46.68%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D33EEF (or 0xD33EEF) is known color: Medium Orchid. HEX triplet: D3, 3E and EF. RGB value is (211,62,239). Sum of RGB (Red+Green+Blue) = 211+62+239=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #D33EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EEF is #2CC110. Grayscale: #7E7E7E. Windows color (decimal): -2933009 or 15679187. OLE color: 15679187.

HSL color Cylindrical-coordinate representation of color #D33EEF: hue angle of 290.51º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33EEF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 62 239 -
CMYK 0.12 0.74 0 0.06
HSL 290.51º 0.85% 0.59% -
HSV(B) 290.51º 0.74% 0.94% -
XYZ 44.17 23.53 83.87 -
YUV 126.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 211 62 239 0.12 0.74 0 0.06 290.51 0.85 0.59
Hex D3 3E EF C 4A 0 6 123 55 3B
Octal 323 76 357 14 112 0 6 443 125 73
Binary 11010011 111110 11101111 1100 1001010 0 110 100100011 1010101 111011

Color Harmonies of #D33EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33EEF

Black with #D33EEF

Text Example


Text Example

White with #D33EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33EEF; }

 p { color: rgb(211,62,239); }

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

background-color css

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

 a { background-color: rgb(211,62,239); }

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

border-color css

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

 span { border-color: rgb(211,62,239); }

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