Html Css Color HEX #D040FA Medium Orchid

📋 copy color: '#D040FA'

red 208 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #D040FA

Tints of Medium Orchid #D040FA

RGB

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

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

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

R = 39.85%
G = 12.26%
B = 47.89%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D040FA (or 0xD040FA) is known color: Medium Orchid. HEX triplet: D0, 40 and FA. RGB value is (208,64,250). Sum of RGB (Red+Green+Blue) = 208+64+250=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #D040FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040FA is #2FBF05. Grayscale: #7F7F7F. Windows color (decimal): -3129094 or 16400592. OLE color: 16400592.

HSL color Cylindrical-coordinate representation of color #D040FA: hue angle of 286.45º 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 #D040FA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 64 250 -
CMYK 0.17 0.74 0 0.02
HSL 286.45º 0.95% 0.62% -
HSV(B) 286.45º 0.74% 0.98% -
XYZ 45.1 23.98 92.69 -
YUV 128.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 208 64 250 0.17 0.74 0 0.02 286.45 0.95 0.62
Hex D0 40 FA 11 4A 0 2 11E 5F 3E
Octal 320 100 372 21 112 0 2 436 137 76
Binary 11010000 1000000 11111010 10001 1001010 0 10 100011110 1011111 111110

Color Harmonies of #D040FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040FA

Black with #D040FA

Text Example


Text Example

White with #D040FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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