Html Css Color HEX #D235DD Medium Orchid

📋 copy color: '#D235DD'

red 210 ◦ green 53 ◦ blue 221

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

Shades of Medium Orchid #D235DD

Tints of Medium Orchid #D235DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 43.39%
G = 10.95%
B = 45.66%

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

#D235DD (or 0xD235DD) is known color: Medium Orchid. HEX triplet: D2, 35 and DD. RGB value is (210,53,221). Sum of RGB (Red+Green+Blue) = 210+53+221=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 53 (21.09% from 255 or 10.95% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #D235DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D235DD is #2DCA22. Grayscale: #767676. Windows color (decimal): -3000867 or 14497234. OLE color: 14497234.

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

Color convert

RGB 210 53 221 -
CMYK 0.05 0.76 0 0.13
HSL 296.07º 0.71% 0.54% -
HSV(B) 296.07º 0.76% 0.87% -
XYZ 40.9 21.47 70.39 -
YUV 119.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 210 53 221 0.05 0.76 0 0.13 296.07 0.71 0.54
Hex D2 35 DD 5 4C 0 D 128 47 36
Octal 322 65 335 5 114 0 15 450 107 66
Binary 11010010 110101 11011101 101 1001100 0 1101 100101000 1000111 110110

Color Harmonies of #D235DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D235DD

Black with #D235DD

Text Example


Text Example

White with #D235DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D235DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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