Html Css Color HEX #D230DC Medium Orchid

📋 copy color: '#D230DC'

red 210 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #D230DC

Tints of Medium Orchid #D230DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 43.93%
G = 10.04%
B = 46.03%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D230DC (or 0xD230DC) is known color: Medium Orchid. HEX triplet: D2, 30 and DC. RGB value is (210,48,220). Sum of RGB (Red+Green+Blue) = 210+48+220=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #D230DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230DC is #2DCF23. Grayscale: #737373. Windows color (decimal): -3002148 or 14430418. OLE color: 14430418.

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

Color convert

RGB 210 48 220 -
CMYK 0.05 0.78 0 0.14
HSL 296.51º 0.71% 0.53% -
HSV(B) 296.51º 0.78% 0.86% -
XYZ 40.55 20.98 69.62 -
YUV 116.05 186.67 195.01 -
System Red Green Blue C M Y K H S L
Decimal 210 48 220 0.05 0.78 0 0.14 296.51 0.71 0.53
Hex D2 30 DC 5 4E 0 E 129 47 35
Octal 322 60 334 5 116 0 16 451 107 65
Binary 11010010 110000 11011100 101 1001110 0 1110 100101001 1000111 110101

Color Harmonies of #D230DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230DC

Black with #D230DC

Text Example


Text Example

White with #D230DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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