Html Css Color HEX #D239FC Medium Orchid

📋 copy color: '#D239FC'

red 210 ◦ green 57 ◦ blue 252

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

Shades of Medium Orchid #D239FC

Tints of Medium Orchid #D239FC

RGB

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

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

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

R = 40.46%
G = 10.98%
B = 48.55%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D239FC (or 0xD239FC) is known color: Medium Orchid. HEX triplet: D2, 39 and FC. RGB value is (210,57,252). Sum of RGB (Red+Green+Blue) = 210+57+252=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 57 (22.66% from 255 or 10.98% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #D239FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D239FC is #2DC603. Grayscale: #7C7C7C. Windows color (decimal): -2999812 or 16529874. OLE color: 16529874.

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

Color convert

RGB 210 57 252 -
CMYK 0.17 0.77 0 0.01
HSL 287.08º 0.97% 0.61% -
HSV(B) 287.08º 0.77% 0.99% -
XYZ 45.61 23.66 94.26 -
YUV 124.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 210 57 252 0.17 0.77 0 0.01 287.08 0.97 0.61
Hex D2 39 FC 11 4D 0 1 11F 61 3D
Octal 322 71 374 21 115 0 1 437 141 75
Binary 11010010 111001 11111100 10001 1001101 0 1 100011111 1100001 111101

Color Harmonies of #D239FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D239FC

Black with #D239FC

Text Example


Text Example

White with #D239FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D239FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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