Html Css Color HEX #D34AF1 Medium Orchid

📋 copy color: '#D34AF1'

red 211 ◦ green 74 ◦ blue 241

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

Shades of Medium Orchid #D34AF1

Tints of Medium Orchid #D34AF1

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D34AF1 (or 0xD34AF1) is known color: 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

RGB 211 74 241 -
CMYK 0.12 0.69 0 0.05
HSL 289.22º 0.86% 0.62% -
HSV(B) 289.22º 0.69% 0.95% -
XYZ 45.19 25.1 85.68 -
YUV 134 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 211 74 241 0.12 0.69 0 0.05 289.22 0.86 0.62
Hex D3 4A F1 C 45 0 5 121 56 3E
Octal 323 112 361 14 105 0 5 441 126 76
Binary 11010011 1001010 11110001 1100 1000101 0 101 100100001 1010110 111110

Color Harmonies of #D34AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34AF1

Black with #D34AF1

Text Example


Text Example

White with #D34AF1

Text Example


Text Example

HTML Codes & Css Web 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>