Html Css Color HEX #D342F2 Medium Orchid

📋 copy color: '#D342F2'

red 211 ◦ green 66 ◦ blue 242

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

Shades of Medium Orchid #D342F2

Tints of Medium Orchid #D342F2

RGB

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

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

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

R = 40.66%
G = 12.72%
B = 46.63%

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

#D342F2 (or 0xD342F2) is known color: Medium Orchid. HEX triplet: D3, 42 and F2. RGB value is (211,66,242). Sum of RGB (Red+Green+Blue) = 211+66+242=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 66 (26.17% from 255 or 12.72% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #D342F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D342F2 is #2CBD0D. Grayscale: #808080. Windows color (decimal): -2931982 or 15876819. OLE color: 15876819.

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

Color convert

RGB 211 66 242 -
CMYK 0.13 0.73 0 0.05
HSL 289.43º 0.87% 0.6% -
HSV(B) 289.43º 0.73% 0.95% -
XYZ 44.84 24.16 86.3 -
YUV 129.42 191.54 186.19 -
System Red Green Blue C M Y K H S L
Decimal 211 66 242 0.13 0.73 0 0.05 289.43 0.87 0.6
Hex D3 42 F2 D 49 0 5 121 57 3C
Octal 323 102 362 15 111 0 5 441 127 74
Binary 11010011 1000010 11110010 1101 1001001 0 101 100100001 1010111 111100

Color Harmonies of #D342F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D342F2

Black with #D342F2

Text Example


Text Example

White with #D342F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D342F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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