Html Css Color HEX #D338F2 Medium Orchid

📋 copy color: '#D338F2'

red 211 ◦ green 56 ◦ blue 242

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

Shades of Medium Orchid #D338F2

Tints of Medium Orchid #D338F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.54%

R = 41.45%
G = 11%
B = 47.54%

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

#D338F2 (or 0xD338F2) is known color: Medium Orchid. HEX triplet: D3, 38 and F2. RGB value is (211,56,242). Sum of RGB (Red+Green+Blue) = 211+56+242=509 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.45% from 509); Green value is 56 (22.27% from 255 or 11.00% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #D338F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D338F2 is #2CC70D. Grayscale: #7A7A7A. Windows color (decimal): -2934542 or 15874259. OLE color: 15874259.

HSL color Cylindrical-coordinate representation of color #D338F2: hue angle of 290º degrees, saturation: 0.88, 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 #D338F2 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 56 242 -
CMYK 0.13 0.77 0 0.05
HSL 290º 0.88% 0.58% -
HSV(B) 290º 0.77% 0.95% -
XYZ 44.31 23.09 86.13 -
YUV 123.55 194.85 190.38 -
System Red Green Blue C M Y K H S L
Decimal 211 56 242 0.13 0.77 0 0.05 290 0.88 0.58
Hex D3 38 F2 D 4D 0 5 122 58 3A
Octal 323 70 362 15 115 0 5 442 130 72
Binary 11010011 111000 11110010 1101 1001101 0 101 100100010 1011000 111010

Color Harmonies of #D338F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D338F2

Black with #D338F2

Text Example


Text Example

White with #D338F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D338F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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