Html Css Color HEX #D33AFA Medium Orchid

📋 copy color: '#D33AFA'

red 211 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #D33AFA

Tints of Medium Orchid #D33AFA

RGB

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

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

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

R = 40.66%
G = 11.18%
B = 48.17%

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

#D33AFA (or 0xD33AFA) is known color: Medium Orchid. HEX triplet: D3, 3A and FA. RGB value is (211,58,250). Sum of RGB (Red+Green+Blue) = 211+58+250=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 58 (23.05% from 255 or 11.18% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #D33AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AFA is #2CC505. Grayscale: #7D7D7D. Windows color (decimal): -2934022 or 16399059. OLE color: 16399059.

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

Color convert

RGB 211 58 250 -
CMYK 0.16 0.77 0 0.02
HSL 287.81º 0.95% 0.6% -
HSV(B) 287.81º 0.77% 0.98% -
XYZ 45.63 23.78 92.63 -
YUV 125.64 198.19 188.89 -
System Red Green Blue C M Y K H S L
Decimal 211 58 250 0.16 0.77 0 0.02 287.81 0.95 0.6
Hex D3 3A FA 10 4D 0 2 120 5F 3C
Octal 323 72 372 20 115 0 2 440 137 74
Binary 11010011 111010 11111010 10000 1001101 0 10 100100000 1011111 111100

Color Harmonies of #D33AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AFA

Black with #D33AFA

Text Example


Text Example

White with #D33AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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