Html Css Color HEX #D239F8 Medium Orchid

📋 copy color: '#D239F8'

red 210 ◦ green 57 ◦ blue 248

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

Shades of Medium Orchid #D239F8

Tints of Medium Orchid #D239F8

RGB

 RED value IS 210 (82.42% from 255) = 40.78%

 GREEN value IS 57 (22.66% from 255) = 11.07%

 BLUE value IS 248 (97.27% from 255) = 48.16%

R = 40.78%
G = 11.07%
B = 48.16%

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

#D239F8 (or 0xD239F8) is known color: Medium Orchid. HEX triplet: D2, 39 and F8. RGB value is (210,57,248). Sum of RGB (Red+Green+Blue) = 210+57+248=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 57 (22.66% from 255 or 11.07% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #D239F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D239F8 is #2DC607. Grayscale: #7B7B7B. Windows color (decimal): -2999816 or 16267730. OLE color: 16267730.

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

Color convert

RGB 210 57 248 -
CMYK 0.15 0.77 0 0.03
HSL 288.06º 0.93% 0.6% -
HSV(B) 288.06º 0.77% 0.97% -
XYZ 44.98 23.41 90.95 -
YUV 124.52 197.69 188.97 -
System Red Green Blue C M Y K H S L
Decimal 210 57 248 0.15 0.77 0 0.03 288.06 0.93 0.6
Hex D2 39 F8 F 4D 0 3 120 5D 3C
Octal 322 71 370 17 115 0 3 440 135 74
Binary 11010010 111001 11111000 1111 1001101 0 11 100100000 1011101 111100

Color Harmonies of #D239F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D239F8

Black with #D239F8

Text Example


Text Example

White with #D239F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D239F8; }

 p { color: rgb(210,57,248); }

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

background-color css

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

 a { background-color: rgb(210,57,248); }

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

border-color css

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

 span { border-color: rgb(210,57,248); }

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