Html Css Color HEX #D338FA Medium Orchid

📋 copy color: '#D338FA'

red 211 ◦ green 56 ◦ blue 250

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

Shades of Medium Orchid #D338FA

Tints of Medium Orchid #D338FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.36%

R = 40.81%
G = 10.83%
B = 48.36%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D338FA (or 0xD338FA) is known color: Medium Orchid. HEX triplet: D3, 38 and FA. RGB value is (211,56,250). Sum of RGB (Red+Green+Blue) = 211+56+250=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 56 (22.27% from 255 or 10.83% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #D338FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338FA is #2CC705. Grayscale: #7B7B7B. Windows color (decimal): -2934534 or 16398547. OLE color: 16398547.

HSL color Cylindrical-coordinate representation of color #D338FA: hue angle of 287.94º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D338FA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 56 250 -
CMYK 0.16 0.78 0 0.02
HSL 287.94º 0.95% 0.6% -
HSV(B) 287.94º 0.78% 0.98% -
XYZ 45.53 23.58 92.59 -
YUV 124.46 198.85 189.73 -
System Red Green Blue C M Y K H S L
Decimal 211 56 250 0.16 0.78 0 0.02 287.94 0.95 0.6
Hex D3 38 FA 10 4E 0 2 120 5F 3C
Octal 323 70 372 20 116 0 2 440 137 74
Binary 11010011 111000 11111010 10000 1001110 0 10 100100000 1011111 111100

Color Harmonies of #D338FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338FA

Black with #D338FA

Text Example


Text Example

White with #D338FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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