Html Css Color HEX #D33AFD Medium Orchid

📋 copy color: '#D33AFD'

red 211 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #D33AFD

Tints of Medium Orchid #D33AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 40.42%
G = 11.11%
B = 48.47%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D33AFD (or 0xD33AFD) is known color: Medium Orchid. HEX triplet: D3, 3A and FD. RGB value is (211,58,253). Sum of RGB (Red+Green+Blue) = 211+58+253=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #D33AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AFD is #2CC502. Grayscale: #7D7D7D. Windows color (decimal): -2934019 or 16595667. OLE color: 16595667.

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

Color convert

RGB 211 58 253 -
CMYK 0.17 0.77 0 0.01
HSL 287.08º 0.98% 0.61% -
HSV(B) 287.08º 0.77% 0.99% -
XYZ 46.11 23.97 95.12 -
YUV 125.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 211 58 253 0.17 0.77 0 0.01 287.08 0.98 0.61
Hex D3 3A FD 11 4D 0 1 11F 62 3D
Octal 323 72 375 21 115 0 1 437 142 75
Binary 11010011 111010 11111101 10001 1001101 0 1 100011111 1100010 111101

Color Harmonies of #D33AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33AFD

Black with #D33AFD

Text Example


Text Example

White with #D33AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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