Html Css Color HEX #D33EF1 Medium Orchid

📋 copy color: '#D33EF1'

red 211 ◦ green 62 ◦ blue 241

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

Shades of Medium Orchid #D33EF1

Tints of Medium Orchid #D33EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.89%

R = 41.05%
G = 12.06%
B = 46.89%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D33EF1 (or 0xD33EF1) is known color: Medium Orchid. HEX triplet: D3, 3E and F1. RGB value is (211,62,241). Sum of RGB (Red+Green+Blue) = 211+62+241=514 (68% of max value = 765). Red value is 211 (82.81% from 255 or 41.05% from 514); Green value is 62 (24.61% from 255 or 12.06% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #D33EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EF1 is #2CC10E. Grayscale: #7E7E7E. Windows color (decimal): -2933007 or 15810259. OLE color: 15810259.

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

Color convert

RGB 211 62 241 -
CMYK 0.12 0.74 0 0.05
HSL 289.94º 0.86% 0.59% -
HSV(B) 289.94º 0.74% 0.95% -
XYZ 44.46 23.65 85.44 -
YUV 126.96 192.36 187.95 -
System Red Green Blue C M Y K H S L
Decimal 211 62 241 0.12 0.74 0 0.05 289.94 0.86 0.59
Hex D3 3E F1 C 4A 0 5 122 56 3B
Octal 323 76 361 14 112 0 5 442 126 73
Binary 11010011 111110 11110001 1100 1001010 0 101 100100010 1010110 111011

Color Harmonies of #D33EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33EF1

Black with #D33EF1

Text Example


Text Example

White with #D33EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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