Html Css Color HEX #D138FE Medium Orchid

📋 copy color: '#D138FE'

red 209 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #D138FE

Tints of Medium Orchid #D138FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.79%

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

R = 40.27%
G = 10.79%
B = 48.94%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D138FE (or 0xD138FE) is known color: Medium Orchid. HEX triplet: D1, 38 and FE. RGB value is (209,56,254). Sum of RGB (Red+Green+Blue) = 209+56+254=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 56 (22.27% from 255 or 10.79% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #D138FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D138FE is #2EC701. Grayscale: #7B7B7B. Windows color (decimal): -3065602 or 16660689. OLE color: 16660689.

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

Color convert

RGB 209 56 254 -
CMYK 0.18 0.78 0 0.00
HSL 286.36º 0.99% 0.61% -
HSV(B) 286.36º 0.78% 1% -
XYZ 45.6 23.54 95.91 -
YUV 124.32 201.19 188.4 -
System Red Green Blue C M Y K H S L
Decimal 209 56 254 0.18 0.78 0 0.00 286.36 0.99 0.61
Hex D1 38 FE 12 4E 0 0 11E 63 3D
Octal 321 70 376 22 116 0 0 436 143 75
Binary 11010001 111000 11111110 10010 1001110 0 0 100011110 1100011 111101

Color Harmonies of #D138FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138FE

Black with #D138FE

Text Example


Text Example

White with #D138FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138FE; }

 p { color: rgb(209,56,254); }

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

background-color css

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

 a { background-color: rgb(209,56,254); }

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

border-color css

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

 span { border-color: rgb(209,56,254); }

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