Html Css Color HEX #D239FB Medium Orchid

📋 copy color: '#D239FB'

red 210 ◦ green 57 ◦ blue 251

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

Shades of Medium Orchid #D239FB

Tints of Medium Orchid #D239FB

RGB

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

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

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

R = 40.54%
G = 11%
B = 48.46%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D239FB (or 0xD239FB) is known color: Medium Orchid. HEX triplet: D2, 39 and FB. RGB value is (210,57,251). Sum of RGB (Red+Green+Blue) = 210+57+251=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 57 (22.66% from 255 or 11.00% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #D239FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D239FB is #2DC604. Grayscale: #7C7C7C. Windows color (decimal): -2999813 or 16464338. OLE color: 16464338.

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

Color convert

RGB 210 57 251 -
CMYK 0.16 0.77 0 0.02
HSL 287.32º 0.96% 0.6% -
HSV(B) 287.32º 0.77% 0.98% -
XYZ 45.45 23.59 93.42 -
YUV 124.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 210 57 251 0.16 0.77 0 0.02 287.32 0.96 0.6
Hex D2 39 FB 10 4D 0 2 11F 60 3C
Octal 322 71 373 20 115 0 2 437 140 74
Binary 11010010 111001 11111011 10000 1001101 0 10 100011111 1100000 111100

Color Harmonies of #D239FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D239FB

Black with #D239FB

Text Example


Text Example

White with #D239FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D239FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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