Html Css Color HEX #D33DFB Medium Orchid

📋 copy color: '#D33DFB'

red 211 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #D33DFB

Tints of Medium Orchid #D33DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.66%

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 40.34%
G = 11.66%
B = 47.99%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D33DFB (or 0xD33DFB) is known color: Medium Orchid. HEX triplet: D3, 3D and FB. RGB value is (211,61,251). Sum of RGB (Red+Green+Blue) = 211+61+251=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 61 (24.22% from 255 or 11.66% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #D33DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DFB is #2CC204. Grayscale: #7E7E7E. Windows color (decimal): -2933253 or 16465363. OLE color: 16465363.

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

Color convert

RGB 211 61 251 -
CMYK 0.16 0.76 0 0.02
HSL 287.37º 0.96% 0.61% -
HSV(B) 287.37º 0.76% 0.98% -
XYZ 45.95 24.15 93.51 -
YUV 127.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 211 61 251 0.16 0.76 0 0.02 287.37 0.96 0.61
Hex D3 3D FB 10 4C 0 2 11F 60 3D
Octal 323 75 373 20 114 0 2 437 140 75
Binary 11010011 111101 11111011 10000 1001100 0 10 100011111 1100000 111101

Color Harmonies of #D33DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DFB

Black with #D33DFB

Text Example


Text Example

White with #D33DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DFB; }

 p { color: rgb(211,61,251); }

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

background-color css

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

 a { background-color: rgb(211,61,251); }

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

border-color css

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

 span { border-color: rgb(211,61,251); }

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