Html Css Color HEX #D236DF Medium Orchid

📋 copy color: '#D236DF'

red 210 ◦ green 54 ◦ blue 223

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

Shades of Medium Orchid #D236DF

Tints of Medium Orchid #D236DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 43.12%
G = 11.09%
B = 45.79%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D236DF (or 0xD236DF) is known color: Medium Orchid. HEX triplet: D2, 36 and DF. RGB value is (210,54,223). Sum of RGB (Red+Green+Blue) = 210+54+223=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #D236DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D236DF is #2DC920. Grayscale: #777777. Windows color (decimal): -3000609 or 14628562. OLE color: 14628562.

HSL color Cylindrical-coordinate representation of color #D236DF: hue angle of 295.38º degrees, saturation: 0.73, 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 #D236DF is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 54 223 -
CMYK 0.06 0.76 0 0.13
HSL 295.38º 0.73% 0.54% -
HSV(B) 295.38º 0.76% 0.87% -
XYZ 41.22 21.67 71.82 -
YUV 119.91 186.18 192.26 -
System Red Green Blue C M Y K H S L
Decimal 210 54 223 0.06 0.76 0 0.13 295.38 0.73 0.54
Hex D2 36 DF 6 4C 0 D 127 49 36
Octal 322 66 337 6 114 0 15 447 111 66
Binary 11010010 110110 11011111 110 1001100 0 1101 100100111 1001001 110110

Color Harmonies of #D236DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236DF

Black with #D236DF

Text Example


Text Example

White with #D236DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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