Html Css Color HEX #D040FD Medium Orchid

📋 copy color: '#D040FD'

red 208 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #D040FD

Tints of Medium Orchid #D040FD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.19%

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

R = 39.62%
G = 12.19%
B = 48.19%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D040FD (or 0xD040FD) is known color: Medium Orchid. HEX triplet: D0, 40 and FD. RGB value is (208,64,253). Sum of RGB (Red+Green+Blue) = 208+64+253=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #D040FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040FD is #2FBF02. Grayscale: #7F7F7F. Windows color (decimal): -3129091 or 16597200. OLE color: 16597200.

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

Color convert

RGB 208 64 253 -
CMYK 0.18 0.75 0 0.01
HSL 285.71º 0.98% 0.62% -
HSV(B) 285.71º 0.75% 0.99% -
XYZ 45.58 24.17 95.19 -
YUV 128.6 198.21 184.63 -
System Red Green Blue C M Y K H S L
Decimal 208 64 253 0.18 0.75 0 0.01 285.71 0.98 0.62
Hex D0 40 FD 12 4B 0 1 11E 62 3E
Octal 320 100 375 22 113 0 1 436 142 76
Binary 11010000 1000000 11111101 10010 1001011 0 1 100011110 1100010 111110

Color Harmonies of #D040FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040FD

Black with #D040FD

Text Example


Text Example

White with #D040FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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