Html Css Color HEX #D235D9 Medium Orchid

📋 copy color: '#D235D9'

red 210 ◦ green 53 ◦ blue 217

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

Shades of Medium Orchid #D235D9

Tints of Medium Orchid #D235D9

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.04%

 BLUE value IS 217 (85.16% from 255) = 45.21%

R = 43.75%
G = 11.04%
B = 45.21%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D235D9 (or 0xD235D9) is known color: Medium Orchid. HEX triplet: D2, 35 and D9. RGB value is (210,53,217). Sum of RGB (Red+Green+Blue) = 210+53+217=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 53 (21.09% from 255 or 11.04% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #D235D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235D9 is #2DCA26. Grayscale: #767676. Windows color (decimal): -3000871 or 14235090. OLE color: 14235090.

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

Color convert

RGB 210 53 217 -
CMYK 0.03 0.76 0 0.15
HSL 297.44º 0.68% 0.53% -
HSV(B) 297.44º 0.76% 0.85% -
XYZ 40.38 21.26 67.62 -
YUV 118.64 183.51 193.16 -
System Red Green Blue C M Y K H S L
Decimal 210 53 217 0.03 0.76 0 0.15 297.44 0.68 0.53
Hex D2 35 D9 3 4C 0 F 129 44 35
Octal 322 65 331 3 114 0 17 451 104 65
Binary 11010010 110101 11011001 11 1001100 0 1111 100101001 1000100 110101

Color Harmonies of #D235D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235D9

Black with #D235D9

Text Example


Text Example

White with #D235D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235D9; }

 p { color: rgb(210,53,217); }

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

background-color css

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

 a { background-color: rgb(210,53,217); }

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

border-color css

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

 span { border-color: rgb(210,53,217); }

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