Html Css Color HEX #D441FA Medium Orchid

📋 copy color: '#D441FA'

red 212 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #D441FA

Tints of Medium Orchid #D441FA

RGB

 RED value IS 212 (83.2% from 255) = 40.23%

 GREEN value IS 65 (25.78% from 255) = 12.33%

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 40.23%
G = 12.33%
B = 47.44%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D441FA (or 0xD441FA) is known color: Medium Orchid. HEX triplet: D4, 41 and FA. RGB value is (212,65,250). Sum of RGB (Red+Green+Blue) = 212+65+250=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #D441FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D441FA is #2BBE05. Grayscale: #818181. Windows color (decimal): -2866694 or 16400852. OLE color: 16400852.

HSL color Cylindrical-coordinate representation of color #D441FA: hue angle of 287.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D441FA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 65 250 -
CMYK 0.15 0.74 0 0.02
HSL 287.68º 0.95% 0.62% -
HSV(B) 287.68º 0.74% 0.98% -
XYZ 46.3 24.68 92.77 -
YUV 130.04 195.7 186.46 -
System Red Green Blue C M Y K H S L
Decimal 212 65 250 0.15 0.74 0 0.02 287.68 0.95 0.62
Hex D4 41 FA F 4A 0 2 120 5F 3E
Octal 324 101 372 17 112 0 2 440 137 76
Binary 11010100 1000001 11111010 1111 1001010 0 10 100100000 1011111 111110

Color Harmonies of #D441FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D441FA

Black with #D441FA

Text Example


Text Example

White with #D441FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D441FA; }

 p { color: rgb(212,65,250); }

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

background-color css

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

 a { background-color: rgb(212,65,250); }

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

border-color css

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

 span { border-color: rgb(212,65,250); }

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