Html Css Color HEX #D236DB Medium Orchid

📋 copy color: '#D236DB'

red 210 ◦ green 54 ◦ blue 219

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

Shades of Medium Orchid #D236DB

Tints of Medium Orchid #D236DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 43.48%
G = 11.18%
B = 45.34%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D236DB (or 0xD236DB) is known color: Medium Orchid. HEX triplet: D2, 36 and DB. RGB value is (210,54,219). Sum of RGB (Red+Green+Blue) = 210+54+219=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 54 (21.48% from 255 or 11.18% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #D236DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236DB is #2DC924. Grayscale: #767676. Windows color (decimal): -3000613 or 14366418. OLE color: 14366418.

HSL color Cylindrical-coordinate representation of color #D236DB: hue angle of 296.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D236DB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 54 219 -
CMYK 0.04 0.75 0 0.14
HSL 296.73º 0.7% 0.54% -
HSV(B) 296.73º 0.75% 0.86% -
XYZ 40.68 21.45 69.01 -
YUV 119.45 184.18 192.58 -
System Red Green Blue C M Y K H S L
Decimal 210 54 219 0.04 0.75 0 0.14 296.73 0.7 0.54
Hex D2 36 DB 4 4B 0 E 129 46 36
Octal 322 66 333 4 113 0 16 451 106 66
Binary 11010010 110110 11011011 100 1001011 0 1110 100101001 1000110 110110

Color Harmonies of #D236DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236DB

Black with #D236DB

Text Example


Text Example

White with #D236DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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