Html Css Color HEX #D33FEF Medium Orchid

📋 copy color: '#D33FEF'

red 211 ◦ green 63 ◦ blue 239

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

Shades of Medium Orchid #D33FEF

Tints of Medium Orchid #D33FEF

RGB

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

 GREEN value IS 63 (25% from 255) = 12.28%

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

R = 41.13%
G = 12.28%
B = 46.59%

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

#D33FEF (or 0xD33FEF) is known color: Medium Orchid. HEX triplet: D3, 3F and EF. RGB value is (211,63,239). Sum of RGB (Red+Green+Blue) = 211+63+239=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #D33FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FEF is #2CC010. Grayscale: #7E7E7E. Windows color (decimal): -2932753 or 15679443. OLE color: 15679443.

HSL color Cylindrical-coordinate representation of color #D33FEF: hue angle of 290.45º 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 #D33FEF is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 63 239 -
CMYK 0.12 0.74 0 0.06
HSL 290.45º 0.85% 0.59% -
HSV(B) 290.45º 0.74% 0.94% -
XYZ 44.22 23.64 83.89 -
YUV 127.32 191.03 187.69 -
System Red Green Blue C M Y K H S L
Decimal 211 63 239 0.12 0.74 0 0.06 290.45 0.85 0.59
Hex D3 3F EF C 4A 0 6 122 55 3B
Octal 323 77 357 14 112 0 6 442 125 73
Binary 11010011 111111 11101111 1100 1001010 0 110 100100010 1010101 111011

Color Harmonies of #D33FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FEF

Black with #D33FEF

Text Example


Text Example

White with #D33FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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