Html Css Color HEX #D33EFA Medium Orchid

📋 copy color: '#D33EFA'

red 211 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #D33EFA

Tints of Medium Orchid #D33EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 40.34%
G = 11.85%
B = 47.8%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D33EFA (or 0xD33EFA) is known color: Medium Orchid. HEX triplet: D3, 3E and FA. RGB value is (211,62,250). Sum of RGB (Red+Green+Blue) = 211+62+250=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 62 (24.61% from 255 or 11.85% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #D33EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EFA is #2CC105. Grayscale: #7F7F7F. Windows color (decimal): -2932998 or 16400083. OLE color: 16400083.

HSL color Cylindrical-coordinate representation of color #D33EFA: hue angle of 287.55º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33EFA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 62 250 -
CMYK 0.16 0.75 0 0.02
HSL 287.55º 0.95% 0.61% -
HSV(B) 287.55º 0.75% 0.98% -
XYZ 45.84 24.2 92.7 -
YUV 127.98 196.86 187.21 -
System Red Green Blue C M Y K H S L
Decimal 211 62 250 0.16 0.75 0 0.02 287.55 0.95 0.61
Hex D3 3E FA 10 4B 0 2 120 5F 3D
Octal 323 76 372 20 113 0 2 440 137 75
Binary 11010011 111110 11111010 10000 1001011 0 10 100100000 1011111 111101

Color Harmonies of #D33EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33EFA

Black with #D33EFA

Text Example


Text Example

White with #D33EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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