Html Css Color HEX #D33AFE Medium Orchid

📋 copy color: '#D33AFE'

red 211 ◦ green 58 ◦ blue 254

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

Shades of Medium Orchid #D33AFE

Tints of Medium Orchid #D33AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.57%

R = 40.34%
G = 11.09%
B = 48.57%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D33AFE (or 0xD33AFE) is known color: Medium Orchid. HEX triplet: D3, 3A and FE. RGB value is (211,58,254). Sum of RGB (Red+Green+Blue) = 211+58+254=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #D33AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AFE is #2CC501. Grayscale: #7D7D7D. Windows color (decimal): -2934018 or 16661203. OLE color: 16661203.

HSL color Cylindrical-coordinate representation of color #D33AFE: hue angle of 286.84º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33AFE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 58 254 -
CMYK 0.17 0.77 0 0.00
HSL 286.84º 0.99% 0.61% -
HSV(B) 286.84º 0.77% 1% -
XYZ 46.27 24.03 95.97 -
YUV 126.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 211 58 254 0.17 0.77 0 0.00 286.84 0.99 0.61
Hex D3 3A FE 11 4D 0 0 11F 63 3D
Octal 323 72 376 21 115 0 0 437 143 75
Binary 11010011 111010 11111110 10001 1001101 0 0 100011111 1100011 111101

Color Harmonies of #D33AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AFE

Black with #D33AFE

Text Example


Text Example

White with #D33AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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