Html Css Color HEX #D230DF Medium Orchid

📋 copy color: '#D230DF'

red 210 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #D230DF

Tints of Medium Orchid #D230DF

RGB

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

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

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

R = 43.66%
G = 9.98%
B = 46.36%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D230DF (or 0xD230DF) is known color: Medium Orchid. HEX triplet: D2, 30 and DF. RGB value is (210,48,223). Sum of RGB (Red+Green+Blue) = 210+48+223=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 48 (19.14% from 255 or 9.98% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #D230DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230DF is #2DCF20. Grayscale: #737373. Windows color (decimal): -3002145 or 14627026. OLE color: 14627026.

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

Color convert

RGB 210 48 223 -
CMYK 0.06 0.78 0 0.13
HSL 295.54º 0.73% 0.53% -
HSV(B) 295.54º 0.78% 0.87% -
XYZ 40.95 21.14 71.73 -
YUV 116.39 188.17 194.77 -
System Red Green Blue C M Y K H S L
Decimal 210 48 223 0.06 0.78 0 0.13 295.54 0.73 0.53
Hex D2 30 DF 6 4E 0 D 128 49 35
Octal 322 60 337 6 116 0 15 450 111 65
Binary 11010010 110000 11011111 110 1001110 0 1101 100101000 1001001 110101

Color Harmonies of #D230DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230DF

Black with #D230DF

Text Example


Text Example

White with #D230DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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