Html Css Color HEX #D236DE Medium Orchid

📋 copy color: '#D236DE'

red 210 ◦ green 54 ◦ blue 222

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

Shades of Medium Orchid #D236DE

Tints of Medium Orchid #D236DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.68%

R = 43.21%
G = 11.11%
B = 45.68%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D236DE (or 0xD236DE) is known color: Medium Orchid. HEX triplet: D2, 36 and DE. RGB value is (210,54,222). Sum of RGB (Red+Green+Blue) = 210+54+222=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 54 (21.48% from 255 or 11.11% from 486); Blue value is 222 (87.11% from 255 or 45.68% from 486); Max value from RGB is 222 - color contains mainly: blue. Hex color #D236DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236DE is #2DC921. Grayscale: #777777. Windows color (decimal): -3000610 or 14563026. OLE color: 14563026.

HSL color Cylindrical-coordinate representation of color #D236DE: hue angle of 295.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D236DE is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 54 222 -
CMYK 0.05 0.76 0 0.13
HSL 295.71º 0.72% 0.54% -
HSV(B) 295.71º 0.76% 0.87% -
XYZ 41.08 21.61 71.11 -
YUV 119.8 185.68 192.34 -
System Red Green Blue C M Y K H S L
Decimal 210 54 222 0.05 0.76 0 0.13 295.71 0.72 0.54
Hex D2 36 DE 5 4C 0 D 128 48 36
Octal 322 66 336 5 114 0 15 450 110 66
Binary 11010010 110110 11011110 101 1001100 0 1101 100101000 1001000 110110

Color Harmonies of #D236DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236DE

Black with #D236DE

Text Example


Text Example

White with #D236DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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