Html Css Color HEX #D236F9 Medium Orchid

📋 copy color: '#D236F9'

red 210 ◦ green 54 ◦ blue 249

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

Shades of Medium Orchid #D236F9

Tints of Medium Orchid #D236F9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.53%

 BLUE value IS 249 (97.66% from 255) = 48.54%

R = 40.94%
G = 10.53%
B = 48.54%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D236F9 (or 0xD236F9) is known color: Medium Orchid. HEX triplet: D2, 36 and F9. RGB value is (210,54,249). Sum of RGB (Red+Green+Blue) = 210+54+249=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 54 (21.48% from 255 or 10.53% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #D236F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236F9 is #2DC906. Grayscale: #7A7A7A. Windows color (decimal): -3000583 or 16332498. OLE color: 16332498.

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

Color convert

RGB 210 54 249 -
CMYK 0.16 0.78 0 0.02
HSL 288º 0.94% 0.59% -
HSV(B) 288º 0.78% 0.98% -
XYZ 45 23.18 91.73 -
YUV 122.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 210 54 249 0.16 0.78 0 0.02 288 0.94 0.59
Hex D2 36 F9 10 4E 0 2 120 5E 3B
Octal 322 66 371 20 116 0 2 440 136 73
Binary 11010010 110110 11111001 10000 1001110 0 10 100100000 1011110 111011

Color Harmonies of #D236F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236F9

Black with #D236F9

Text Example


Text Example

White with #D236F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236F9; }

 p { color: rgb(210,54,249); }

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

background-color css

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

 a { background-color: rgb(210,54,249); }

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

border-color css

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

 span { border-color: rgb(210,54,249); }

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