Html Css Color HEX #D342F3 Medium Orchid

📋 copy color: '#D342F3'

red 211 ◦ green 66 ◦ blue 243

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

Shades of Medium Orchid #D342F3

Tints of Medium Orchid #D342F3

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.69%

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

R = 40.58%
G = 12.69%
B = 46.73%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D342F3 (or 0xD342F3) is known color: Medium Orchid. HEX triplet: D3, 42 and F3. RGB value is (211,66,243). Sum of RGB (Red+Green+Blue) = 211+66+243=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 66 (26.17% from 255 or 12.69% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #D342F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342F3 is #2CBD0C. Grayscale: #808080. Windows color (decimal): -2931981 or 15942355. OLE color: 15942355.

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

Color convert

RGB 211 66 243 -
CMYK 0.13 0.73 0 0.05
HSL 289.15º 0.88% 0.61% -
HSV(B) 289.15º 0.73% 0.95% -
XYZ 44.99 24.22 87.1 -
YUV 129.53 192.04 186.11 -
System Red Green Blue C M Y K H S L
Decimal 211 66 243 0.13 0.73 0 0.05 289.15 0.88 0.61
Hex D3 42 F3 D 49 0 5 121 58 3D
Octal 323 102 363 15 111 0 5 441 130 75
Binary 11010011 1000010 11110011 1101 1001001 0 101 100100001 1011000 111101

Color Harmonies of #D342F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D342F3

Black with #D342F3

Text Example


Text Example

White with #D342F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D342F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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