Html Css Color HEX #D040FE Medium Orchid

📋 copy color: '#D040FE'

red 208 ◦ green 64 ◦ blue 254

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

Shades of Medium Orchid #D040FE

Tints of Medium Orchid #D040FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 39.54%
G = 12.17%
B = 48.29%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D040FE (or 0xD040FE) is known color: Medium Orchid. HEX triplet: D0, 40 and FE. RGB value is (208,64,254). Sum of RGB (Red+Green+Blue) = 208+64+254=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #D040FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040FE is #2FBF01. Grayscale: #808080. Windows color (decimal): -3129090 or 16662736. OLE color: 16662736.

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

Color convert

RGB 208 64 254 -
CMYK 0.18 0.75 0 0.00
HSL 285.47º 0.99% 0.62% -
HSV(B) 285.47º 0.75% 1% -
XYZ 45.74 24.23 96.03 -
YUV 128.72 198.71 184.55 -
System Red Green Blue C M Y K H S L
Decimal 208 64 254 0.18 0.75 0 0.00 285.47 0.99 0.62
Hex D0 40 FE 12 4B 0 0 11D 63 3E
Octal 320 100 376 22 113 0 0 435 143 76
Binary 11010000 1000000 11111110 10010 1001011 0 0 100011101 1100011 111110

Color Harmonies of #D040FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040FE

Black with #D040FE

Text Example


Text Example

White with #D040FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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