Html Css Color HEX #D33AFF Medium Orchid

📋 copy color: '#D33AFF'

red 211 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #D33AFF

Tints of Medium Orchid #D33AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.66%

R = 40.27%
G = 11.07%
B = 48.66%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D33AFF (or 0xD33AFF) is known color: Medium Orchid. HEX triplet: D3, 3A and FF. RGB value is (211,58,255). Sum of RGB (Red+Green+Blue) = 211+58+255=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 58 (23.05% from 255 or 11.07% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #D33AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AFF is #2CC500. Grayscale: #7D7D7D. Windows color (decimal): -2934017 or 16726739. OLE color: 16726739.

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

Color convert

RGB 211 58 255 -
CMYK 0.17 0.77 0 0
HSL 286.6º 1% 0.61% -
HSV(B) 286.6º 0.77% 1% -
XYZ 46.43 24.1 96.81 -
YUV 126.21 200.69 188.48 -
System Red Green Blue C M Y K H S L
Decimal 211 58 255 0.17 0.77 0 0 286.6 1 0.61
Hex D3 3A FF 11 4D 0 0 11F 64 3D
Octal 323 72 377 21 115 0 0 437 144 75
Binary 11010011 111010 11111111 10001 1001101 0 0 100011111 1100100 111101

Color Harmonies of #D33AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AFF

Black with #D33AFF

Text Example


Text Example

White with #D33AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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