Html Css Color HEX #D332EF Medium Orchid

📋 copy color: '#D332EF'

red 211 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #D332EF

Tints of Medium Orchid #D332EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10%

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

R = 42.2%
G = 10%
B = 47.8%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D332EF (or 0xD332EF) is known color: Medium Orchid. HEX triplet: D3, 32 and EF. RGB value is (211,50,239). Sum of RGB (Red+Green+Blue) = 211+50+239=500 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.2% from 500); Green value is 50 (19.92% from 255 or 10% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #D332EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D332EF is #2CCD10. Grayscale: #777777. Windows color (decimal): -2936081 or 15676115. OLE color: 15676115.

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

Color convert

RGB 211 50 239 -
CMYK 0.12 0.79 0 0.06
HSL 291.11º 0.86% 0.57% -
HSV(B) 291.11º 0.79% 0.94% -
XYZ 43.58 22.36 83.68 -
YUV 119.69 195.34 193.13 -
System Red Green Blue C M Y K H S L
Decimal 211 50 239 0.12 0.79 0 0.06 291.11 0.86 0.57
Hex D3 32 EF C 4F 0 6 123 56 39
Octal 323 62 357 14 117 0 6 443 126 71
Binary 11010011 110010 11101111 1100 1001111 0 110 100100011 1010110 111001

Color Harmonies of #D332EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332EF

Black with #D332EF

Text Example


Text Example

White with #D332EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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