Html Css Color HEX #D338F3 Medium Orchid

📋 copy color: '#D338F3'

red 211 ◦ green 56 ◦ blue 243

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

Shades of Medium Orchid #D338F3

Tints of Medium Orchid #D338F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 47.65%

R = 41.37%
G = 10.98%
B = 47.65%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D338F3 (or 0xD338F3) is known color: Medium Orchid. HEX triplet: D3, 38 and F3. RGB value is (211,56,243). Sum of RGB (Red+Green+Blue) = 211+56+243=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #D338F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338F3 is #2CC70C. Grayscale: #7B7B7B. Windows color (decimal): -2934541 or 15939795. OLE color: 15939795.

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

Color convert

RGB 211 56 243 -
CMYK 0.13 0.77 0 0.05
HSL 289.73º 0.89% 0.59% -
HSV(B) 289.73º 0.77% 0.95% -
XYZ 44.46 23.15 86.92 -
YUV 123.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 211 56 243 0.13 0.77 0 0.05 289.73 0.89 0.59
Hex D3 38 F3 D 4D 0 5 122 59 3B
Octal 323 70 363 15 115 0 5 442 131 73
Binary 11010011 111000 11110011 1101 1001101 0 101 100100010 1011001 111011

Color Harmonies of #D338F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338F3

Black with #D338F3

Text Example


Text Example

White with #D338F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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