Html Css Color HEX #D33AFB Medium Orchid

📋 copy color: '#D33AFB'

red 211 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #D33AFB

Tints of Medium Orchid #D33AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.15%

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

R = 40.58%
G = 11.15%
B = 48.27%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D33AFB (or 0xD33AFB) is known color: Medium Orchid. HEX triplet: D3, 3A and FB. RGB value is (211,58,251). Sum of RGB (Red+Green+Blue) = 211+58+251=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #D33AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AFB is #2CC504. Grayscale: #7D7D7D. Windows color (decimal): -2934021 or 16464595. OLE color: 16464595.

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

Color convert

RGB 211 58 251 -
CMYK 0.16 0.77 0 0.02
HSL 287.56º 0.96% 0.61% -
HSV(B) 287.56º 0.77% 0.98% -
XYZ 45.79 23.84 93.46 -
YUV 125.75 198.69 188.81 -
System Red Green Blue C M Y K H S L
Decimal 211 58 251 0.16 0.77 0 0.02 287.56 0.96 0.61
Hex D3 3A FB 10 4D 0 2 120 60 3D
Octal 323 72 373 20 115 0 2 440 140 75
Binary 11010011 111010 11111011 10000 1001101 0 10 100100000 1100000 111101

Color Harmonies of #D33AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AFB

Black with #D33AFB

Text Example


Text Example

White with #D33AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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