Html Css Color HEX #D140FD Medium Orchid

📋 copy color: '#D140FD'

red 209 ◦ green 64 ◦ blue 253

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

Shades of Medium Orchid #D140FD

Tints of Medium Orchid #D140FD

RGB

 RED value IS 209 (82.03% from 255) = 39.73%

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

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

R = 39.73%
G = 12.17%
B = 48.1%

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

#D140FD (or 0xD140FD) is known color: Medium Orchid. HEX triplet: D1, 40 and FD. RGB value is (209,64,253). Sum of RGB (Red+Green+Blue) = 209+64+253=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 64 (25.39% from 255 or 12.17% 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 #D140FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D140FD is #2EBF02. Grayscale: #808080. Windows color (decimal): -3063555 or 16597201. OLE color: 16597201.

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

Color convert

RGB 209 64 253 -
CMYK 0.17 0.75 0 0.01
HSL 286.03º 0.98% 0.62% -
HSV(B) 286.03º 0.75% 0.99% -
XYZ 45.86 24.31 95.2 -
YUV 128.9 198.04 185.13 -
System Red Green Blue C M Y K H S L
Decimal 209 64 253 0.17 0.75 0 0.01 286.03 0.98 0.62
Hex D1 40 FD 11 4B 0 1 11E 62 3E
Octal 321 100 375 21 113 0 1 436 142 76
Binary 11010001 1000000 11111101 10001 1001011 0 1 100011110 1100010 111110

Color Harmonies of #D140FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D140FD

Black with #D140FD

Text Example


Text Example

White with #D140FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D140FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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