Html Css Color HEX #D034F1 Medium Orchid

📋 copy color: '#D034F1'

red 208 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #D034F1

Tints of Medium Orchid #D034F1

RGB

 RED value IS 208 (81.64% from 255) = 41.52%

 GREEN value IS 52 (20.7% from 255) = 10.38%

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 41.52%
G = 10.38%
B = 48.1%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D034F1 (or 0xD034F1) is known color: Medium Orchid. HEX triplet: D0, 34 and F1. RGB value is (208,52,241). Sum of RGB (Red+Green+Blue) = 208+52+241=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #D034F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034F1 is #2FCB0E. Grayscale: #777777. Windows color (decimal): -3132175 or 15807696. OLE color: 15807696.

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

Color convert

RGB 208 52 241 -
CMYK 0.14 0.78 0 0.05
HSL 289.52º 0.87% 0.57% -
HSV(B) 289.52º 0.78% 0.95% -
XYZ 43.12 22.22 85.23 -
YUV 120.19 196.18 190.63 -
System Red Green Blue C M Y K H S L
Decimal 208 52 241 0.14 0.78 0 0.05 289.52 0.87 0.57
Hex D0 34 F1 E 4E 0 5 122 57 39
Octal 320 64 361 16 116 0 5 442 127 71
Binary 11010000 110100 11110001 1110 1001110 0 101 100100010 1010111 111001

Color Harmonies of #D034F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034F1

Black with #D034F1

Text Example


Text Example

White with #D034F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034F1; }

 p { color: rgb(208,52,241); }

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

background-color css

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

 a { background-color: rgb(208,52,241); }

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

border-color css

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

 span { border-color: rgb(208,52,241); }

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