Html Css Color HEX #D236DA Medium Orchid

📋 copy color: '#D236DA'

red 210 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #D236DA

Tints of Medium Orchid #D236DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 43.57%
G = 11.2%
B = 45.23%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D236DA (or 0xD236DA) is known color: Medium Orchid. HEX triplet: D2, 36 and DA. RGB value is (210,54,218). Sum of RGB (Red+Green+Blue) = 210+54+218=482 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.57% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #D236DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236DA is #2DC925. Grayscale: #767676. Windows color (decimal): -3000614 or 14300882. OLE color: 14300882.

HSL color Cylindrical-coordinate representation of color #D236DA: hue angle of 297.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D236DA is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 54 218 -
CMYK 0.04 0.75 0 0.15
HSL 297.07º 0.69% 0.53% -
HSV(B) 297.07º 0.75% 0.85% -
XYZ 40.55 21.4 68.32 -
YUV 119.34 183.68 192.66 -
System Red Green Blue C M Y K H S L
Decimal 210 54 218 0.04 0.75 0 0.15 297.07 0.69 0.53
Hex D2 36 DA 4 4B 0 F 129 45 35
Octal 322 66 332 4 113 0 17 451 105 65
Binary 11010010 110110 11011010 100 1001011 0 1111 100101001 1000101 110101

Color Harmonies of #D236DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236DA

Black with #D236DA

Text Example


Text Example

White with #D236DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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