Html Css Color HEX #D33DF6 Medium Orchid

📋 copy color: '#D33DF6'

red 211 ◦ green 61 ◦ blue 246

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

Shades of Medium Orchid #D33DF6

Tints of Medium Orchid #D33DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.78%

 BLUE value IS 246 (96.48% from 255) = 47.49%

R = 40.73%
G = 11.78%
B = 47.49%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D33DF6 (or 0xD33DF6) is known color: Medium Orchid. HEX triplet: D3, 3D and F6. RGB value is (211,61,246). Sum of RGB (Red+Green+Blue) = 211+61+246=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 61 (24.22% from 255 or 11.78% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #D33DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DF6 is #2CC209. Grayscale: #7E7E7E. Windows color (decimal): -2933258 or 16137683. OLE color: 16137683.

HSL color Cylindrical-coordinate representation of color #D33DF6: hue angle of 288.65º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33DF6 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 61 246 -
CMYK 0.14 0.75 0 0.04
HSL 288.65º 0.91% 0.6% -
HSV(B) 288.65º 0.75% 0.96% -
XYZ 45.17 23.84 89.41 -
YUV 126.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 211 61 246 0.14 0.75 0 0.04 288.65 0.91 0.6
Hex D3 3D F6 E 4B 0 4 121 5B 3C
Octal 323 75 366 16 113 0 4 441 133 74
Binary 11010011 111101 11110110 1110 1001011 0 100 100100001 1011011 111100

Color Harmonies of #D33DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DF6

Black with #D33DF6

Text Example


Text Example

White with #D33DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DF6; }

 p { color: rgb(211,61,246); }

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

background-color css

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

 a { background-color: rgb(211,61,246); }

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

border-color css

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

 span { border-color: rgb(211,61,246); }

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