Html Css Color HEX #D138FC Medium Orchid

📋 copy color: '#D138FC'

red 209 ◦ green 56 ◦ blue 252

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

Shades of Medium Orchid #D138FC

Tints of Medium Orchid #D138FC

RGB

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

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

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

R = 40.43%
G = 10.83%
B = 48.74%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D138FC (or 0xD138FC) is known color: Medium Orchid. HEX triplet: D1, 38 and FC. RGB value is (209,56,252). Sum of RGB (Red+Green+Blue) = 209+56+252=517 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.43% from 517); Green value is 56 (22.27% from 255 or 10.83% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #D138FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D138FC is #2EC703. Grayscale: #7B7B7B. Windows color (decimal): -3065604 or 16529617. OLE color: 16529617.

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

Color convert

RGB 209 56 252 -
CMYK 0.17 0.78 0 0.01
HSL 286.84º 0.97% 0.6% -
HSV(B) 286.84º 0.78% 0.99% -
XYZ 45.28 23.41 94.23 -
YUV 124.09 200.19 188.56 -
System Red Green Blue C M Y K H S L
Decimal 209 56 252 0.17 0.78 0 0.01 286.84 0.97 0.6
Hex D1 38 FC 11 4E 0 1 11F 61 3C
Octal 321 70 374 21 116 0 1 437 141 74
Binary 11010001 111000 11111100 10001 1001110 0 1 100011111 1100001 111100

Color Harmonies of #D138FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D138FC

Black with #D138FC

Text Example


Text Example

White with #D138FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D138FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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