Html Css Color HEX #D040FC Medium Orchid

📋 copy color: '#D040FC'

red 208 ◦ green 64 ◦ blue 252

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

Shades of Medium Orchid #D040FC

Tints of Medium Orchid #D040FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.09%

R = 39.69%
G = 12.21%
B = 48.09%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D040FC (or 0xD040FC) is known color: Medium Orchid. HEX triplet: D0, 40 and FC. RGB value is (208,64,252). Sum of RGB (Red+Green+Blue) = 208+64+252=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #D040FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040FC is #2FBF03. Grayscale: #7F7F7F. Windows color (decimal): -3129092 or 16531664. OLE color: 16531664.

HSL color Cylindrical-coordinate representation of color #D040FC: hue angle of 285.96º degrees, saturation: 0.97, 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 #D040FC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 64 252 -
CMYK 0.17 0.75 0 0.01
HSL 285.96º 0.97% 0.62% -
HSV(B) 285.96º 0.75% 0.99% -
XYZ 45.42 24.1 94.35 -
YUV 128.49 197.71 184.71 -
System Red Green Blue C M Y K H S L
Decimal 208 64 252 0.17 0.75 0 0.01 285.96 0.97 0.62
Hex D0 40 FC 11 4B 0 1 11E 61 3E
Octal 320 100 374 21 113 0 1 436 141 76
Binary 11010000 1000000 11111100 10001 1001011 0 1 100011110 1100001 111110

Color Harmonies of #D040FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D040FC

Black with #D040FC

Text Example


Text Example

White with #D040FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D040FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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