Html Css Color HEX #D338F1 Medium Orchid

📋 copy color: '#D338F1'

red 211 ◦ green 56 ◦ blue 241

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

Shades of Medium Orchid #D338F1

Tints of Medium Orchid #D338F1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.02%

 BLUE value IS 241 (94.53% from 255) = 47.44%

R = 41.54%
G = 11.02%
B = 47.44%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D338F1 (or 0xD338F1) is known color: Medium Orchid. HEX triplet: D3, 38 and F1. RGB value is (211,56,241). Sum of RGB (Red+Green+Blue) = 211+56+241=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 56 (22.27% from 255 or 11.02% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #D338F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338F1 is #2CC70E. Grayscale: #7A7A7A. Windows color (decimal): -2934543 or 15808723. OLE color: 15808723.

HSL color Cylindrical-coordinate representation of color #D338F1: hue angle of 290.27º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D338F1 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 56 241 -
CMYK 0.12 0.77 0 0.05
HSL 290.27º 0.87% 0.58% -
HSV(B) 290.27º 0.77% 0.95% -
XYZ 44.16 23.03 85.34 -
YUV 123.44 194.35 190.46 -
System Red Green Blue C M Y K H S L
Decimal 211 56 241 0.12 0.77 0 0.05 290.27 0.87 0.58
Hex D3 38 F1 C 4D 0 5 122 57 3A
Octal 323 70 361 14 115 0 5 442 127 72
Binary 11010011 111000 11110001 1100 1001101 0 101 100100010 1010111 111010

Color Harmonies of #D338F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338F1

Black with #D338F1

Text Example


Text Example

White with #D338F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338F1; }

 p { color: rgb(211,56,241); }

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

background-color css

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

 a { background-color: rgb(211,56,241); }

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

border-color css

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

 span { border-color: rgb(211,56,241); }

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