Html Css Color HEX #D236FA Medium Orchid

📋 copy color: '#D236FA'

red 210 ◦ green 54 ◦ blue 250

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

Shades of Medium Orchid #D236FA

Tints of Medium Orchid #D236FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.64%

R = 40.86%
G = 10.51%
B = 48.64%

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

#D236FA (or 0xD236FA) is known color: Medium Orchid. HEX triplet: D2, 36 and FA. RGB value is (210,54,250). Sum of RGB (Red+Green+Blue) = 210+54+250=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 54 (21.48% from 255 or 10.51% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #D236FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236FA is #2DC905. Grayscale: #7A7A7A. Windows color (decimal): -3000582 or 16398034. OLE color: 16398034.

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

Color convert

RGB 210 54 250 -
CMYK 0.16 0.78 0 0.02
HSL 287.76º 0.95% 0.6% -
HSV(B) 287.76º 0.78% 0.98% -
XYZ 45.15 23.24 92.55 -
YUV 122.99 199.68 190.06 -
System Red Green Blue C M Y K H S L
Decimal 210 54 250 0.16 0.78 0 0.02 287.76 0.95 0.6
Hex D2 36 FA 10 4E 0 2 120 5F 3C
Octal 322 66 372 20 116 0 2 440 137 74
Binary 11010010 110110 11111010 10000 1001110 0 10 100100000 1011111 111100

Color Harmonies of #D236FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236FA

Black with #D236FA

Text Example


Text Example

White with #D236FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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