Html Css Color HEX #D138F7 Medium Orchid

📋 copy color: '#D138F7'

red 209 ◦ green 56 ◦ blue 247

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

Shades of Medium Orchid #D138F7

Tints of Medium Orchid #D138F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.24%

R = 40.82%
G = 10.94%
B = 48.24%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D138F7 (or 0xD138F7) is known color: Medium Orchid. HEX triplet: D1, 38 and F7. RGB value is (209,56,247). Sum of RGB (Red+Green+Blue) = 209+56+247=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 56 (22.27% from 255 or 10.94% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #D138F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D138F7 is #2EC708. Grayscale: #7A7A7A. Windows color (decimal): -3065609 or 16201937. OLE color: 16201937.

HSL color Cylindrical-coordinate representation of color #D138F7: hue angle of 288.06º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D138F7 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 209 56 247 -
CMYK 0.15 0.77 0 0.03
HSL 288.06º 0.92% 0.59% -
HSV(B) 288.06º 0.77% 0.97% -
XYZ 44.5 23.1 90.11 -
YUV 123.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 209 56 247 0.15 0.77 0 0.03 288.06 0.92 0.59
Hex D1 38 F7 F 4D 0 3 120 5C 3B
Octal 321 70 367 17 115 0 3 440 134 73
Binary 11010001 111000 11110111 1111 1001101 0 11 100100000 1011100 111011

Color Harmonies of #D138F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138F7

Black with #D138F7

Text Example


Text Example

White with #D138F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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