Html Css Color HEX #D236E1 Medium Orchid

📋 copy color: '#D236E1'

red 210 ◦ green 54 ◦ blue 225

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

Shades of Medium Orchid #D236E1

Tints of Medium Orchid #D236E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.01%

R = 42.94%
G = 11.04%
B = 46.01%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D236E1 (or 0xD236E1) is known color: Medium Orchid. HEX triplet: D2, 36 and E1. RGB value is (210,54,225). Sum of RGB (Red+Green+Blue) = 210+54+225=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 54 (21.48% from 255 or 11.04% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #D236E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236E1 is #2DC91E. Grayscale: #777777. Windows color (decimal): -3000607 or 14759634. OLE color: 14759634.

HSL color Cylindrical-coordinate representation of color #D236E1: hue angle of 294.74º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D236E1 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 54 225 -
CMYK 0.07 0.76 0 0.12
HSL 294.74º 0.74% 0.55% -
HSV(B) 294.74º 0.76% 0.88% -
XYZ 41.49 21.78 73.25 -
YUV 120.14 187.18 192.1 -
System Red Green Blue C M Y K H S L
Decimal 210 54 225 0.07 0.76 0 0.12 294.74 0.74 0.55
Hex D2 36 E1 7 4C 0 C 127 4A 37
Octal 322 66 341 7 114 0 14 447 112 67
Binary 11010010 110110 11100001 111 1001100 0 1100 100100111 1001010 110111

Color Harmonies of #D236E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236E1

Black with #D236E1

Text Example


Text Example

White with #D236E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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