Html Css Color HEX #D236E4 Medium Orchid

📋 copy color: '#D236E4'

red 210 ◦ green 54 ◦ blue 228

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

Shades of Medium Orchid #D236E4

Tints of Medium Orchid #D236E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 46.34%

R = 42.68%
G = 10.98%
B = 46.34%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D236E4 (or 0xD236E4) is known color: Medium Orchid. HEX triplet: D2, 36 and E4. RGB value is (210,54,228). Sum of RGB (Red+Green+Blue) = 210+54+228=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 54 (21.48% from 255 or 10.98% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 228 - color contains mainly: blue. Hex color #D236E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236E4 is #2DC91B. Grayscale: #777777. Windows color (decimal): -3000604 or 14956242. OLE color: 14956242.

HSL color Cylindrical-coordinate representation of color #D236E4: hue angle of 293.79º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D236E4 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 54 228 -
CMYK 0.08 0.76 0 0.11
HSL 293.79º 0.76% 0.55% -
HSV(B) 293.79º 0.76% 0.89% -
XYZ 41.9 21.94 75.43 -
YUV 120.48 188.68 191.85 -
System Red Green Blue C M Y K H S L
Decimal 210 54 228 0.08 0.76 0 0.11 293.79 0.76 0.55
Hex D2 36 E4 8 4C 0 B 126 4C 37
Octal 322 66 344 10 114 0 13 446 114 67
Binary 11010010 110110 11100100 1000 1001100 0 1011 100100110 1001100 110111

Color Harmonies of #D236E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236E4

Black with #D236E4

Text Example


Text Example

White with #D236E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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