Html Css Color HEX #D230DD Medium Orchid

📋 copy color: '#D230DD'

red 210 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #D230DD

Tints of Medium Orchid #D230DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.02%

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

R = 43.84%
G = 10.02%
B = 46.14%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D230DD (or 0xD230DD) is known color: Medium Orchid. HEX triplet: D2, 30 and DD. RGB value is (210,48,221). Sum of RGB (Red+Green+Blue) = 210+48+221=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D230DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230DD is #2DCF22. Grayscale: #737373. Windows color (decimal): -3002147 or 14495954. OLE color: 14495954.

HSL color Cylindrical-coordinate representation of color #D230DD: hue angle of 296.18º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D230DD is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 48 221 -
CMYK 0.05 0.78 0 0.13
HSL 296.19º 0.72% 0.53% -
HSV(B) 296.19º 0.78% 0.87% -
XYZ 40.69 21.04 70.32 -
YUV 116.16 187.17 194.93 -
System Red Green Blue C M Y K H S L
Decimal 210 48 221 0.05 0.78 0 0.13 296.19 0.72 0.53
Hex D2 30 DD 5 4E 0 D 128 48 35
Octal 322 60 335 5 116 0 15 450 110 65
Binary 11010010 110000 11011101 101 1001110 0 1101 100101000 1001000 110101

Color Harmonies of #D230DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230DD

Black with #D230DD

Text Example


Text Example

White with #D230DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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