#D34AF1

Color #D34AF1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D34AF1

Tints of Medium Orchid #D34AF1

Color information

#D34AF1 (or 0xD34AF1) is unknown color: approx Medium Orchid. HEX triplet: D3, 4A and F1. RGB value is (211,74,241). Sum of RGB (Red+Green+Blue) = 211+74+241=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #D34AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D34AF1 is #2CB50E. Grayscale: #858585. Windows color (decimal): -2929935 or 15813331. OLE color: 15813331.

HSL color Cylindrical-coordinate representation of color #D34AF1: hue angle of 289.22º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34AF1 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21174241-
CMYK0.120.6900.05
HSL289.22º85.64%61.76%-
HSV(B)289.22º69.29%94.51%-
XYZ45.1925.185.68-
YUV134188.39182.92-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.11%
GREEN value IS 74 (29.30% from 255) = 14.07%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=40.11%
G=14.07%
B=45.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal211742410.120.6900.05289.2285.6461.76
HexD34AF1C4505121563e
Octal323112361141050544112676
Binary110100111001010111100011100100010101011001000011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34AF1; }

 p { color: rgb(211,74,241); }

 H1.HeaderClassName
 {
   color: #D34AF1;
 }
 .AnyTagClassName
 {
   color: #D34AF1;
 }
</style>
background-color css

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

 a { background-color: rgb(211,74,241); }

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

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

 span { border-color: rgb(211,74,241); }

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