Html Css Color HEX #D138FB Medium Orchid

📋 copy color: '#D138FB'

red 209 ◦ green 56 ◦ blue 251

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

Shades of Medium Orchid #D138FB

Tints of Medium Orchid #D138FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 40.5%
G = 10.85%
B = 48.64%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D138FB (or 0xD138FB) is known color: Medium Orchid. HEX triplet: D1, 38 and FB. RGB value is (209,56,251). Sum of RGB (Red+Green+Blue) = 209+56+251=516 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.50% from 516); Green value is 56 (22.27% from 255 or 10.85% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #D138FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D138FB is #2EC704. Grayscale: #7B7B7B. Windows color (decimal): -3065605 or 16464081. OLE color: 16464081.

HSL color Cylindrical-coordinate representation of color #D138FB: hue angle of 287.08º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D138FB is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 56 251 -
CMYK 0.17 0.78 0 0.02
HSL 287.08º 0.96% 0.6% -
HSV(B) 287.08º 0.78% 0.98% -
XYZ 45.12 23.35 93.4 -
YUV 123.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 209 56 251 0.17 0.78 0 0.02 287.08 0.96 0.6
Hex D1 38 FB 11 4E 0 2 11F 60 3C
Octal 321 70 373 21 116 0 2 437 140 74
Binary 11010001 111000 11111011 10001 1001110 0 10 100011111 1100000 111100

Color Harmonies of #D138FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138FB

Black with #D138FB

Text Example


Text Example

White with #D138FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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