Html Css Color HEX #D334F1 Medium Orchid

📋 copy color: '#D334F1'

red 211 ◦ green 52 ◦ blue 241

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

Shades of Medium Orchid #D334F1

Tints of Medium Orchid #D334F1

RGB

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

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

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

R = 41.87%
G = 10.32%
B = 47.82%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D334F1 (or 0xD334F1) is known color: Medium Orchid. HEX triplet: D3, 34 and F1. RGB value is (211,52,241). Sum of RGB (Red+Green+Blue) = 211+52+241=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #D334F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D334F1 is #2CCB0E. Grayscale: #787878. Windows color (decimal): -2935567 or 15807699. OLE color: 15807699.

HSL color Cylindrical-coordinate representation of color #D334F1: hue angle of 290.48º 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 #D334F1 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 52 241 -
CMYK 0.12 0.78 0 0.05
HSL 290.48º 0.87% 0.57% -
HSV(B) 290.48º 0.78% 0.95% -
XYZ 43.97 22.66 85.27 -
YUV 121.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 211 52 241 0.12 0.78 0 0.05 290.48 0.87 0.57
Hex D3 34 F1 C 4E 0 5 122 57 39
Octal 323 64 361 14 116 0 5 442 127 71
Binary 11010011 110100 11110001 1100 1001110 0 101 100100010 1010111 111001

Color Harmonies of #D334F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D334F1

Black with #D334F1

Text Example


Text Example

White with #D334F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D334F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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