Html Css Color HEX #D041FD Medium Orchid

📋 copy color: '#D041FD'

red 208 ◦ green 65 ◦ blue 253

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

Shades of Medium Orchid #D041FD

Tints of Medium Orchid #D041FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.1%

R = 39.54%
G = 12.36%
B = 48.1%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D041FD (or 0xD041FD) is known color: Medium Orchid. HEX triplet: D0, 41 and FD. RGB value is (208,65,253). Sum of RGB (Red+Green+Blue) = 208+65+253=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 65 (25.78% from 255 or 12.36% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #D041FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D041FD is #2FBE02. Grayscale: #808080. Windows color (decimal): -3128835 or 16597456. OLE color: 16597456.

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

Color convert

RGB 208 65 253 -
CMYK 0.18 0.74 0 0.01
HSL 285.64º 0.98% 0.62% -
HSV(B) 285.64º 0.74% 0.99% -
XYZ 45.63 24.28 95.21 -
YUV 129.19 197.88 184.21 -
System Red Green Blue C M Y K H S L
Decimal 208 65 253 0.18 0.74 0 0.01 285.64 0.98 0.62
Hex D0 41 FD 12 4A 0 1 11E 62 3E
Octal 320 101 375 22 112 0 1 436 142 76
Binary 11010000 1000001 11111101 10010 1001010 0 1 100011110 1100010 111110

Color Harmonies of #D041FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041FD

Black with #D041FD

Text Example


Text Example

White with #D041FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041FD; }

 p { color: rgb(208,65,253); }

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

background-color css

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

 a { background-color: rgb(208,65,253); }

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

border-color css

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

 span { border-color: rgb(208,65,253); }

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