Html Css Color HEX #D230DB Medium Orchid

📋 copy color: '#D230DB'

red 210 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #D230DB

Tints of Medium Orchid #D230DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 44.03%
G = 10.06%
B = 45.91%

CMYK

 C value IS 0.04

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D230DB (or 0xD230DB) is known color: Medium Orchid. HEX triplet: D2, 30 and DB. RGB value is (210,48,219). Sum of RGB (Red+Green+Blue) = 210+48+219=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #D230DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D230DB is #2DCF24. Grayscale: #737373. Windows color (decimal): -3002149 or 14364882. OLE color: 14364882.

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

Color convert

RGB 210 48 219 -
CMYK 0.04 0.78 0 0.14
HSL 296.84º 0.7% 0.52% -
HSV(B) 296.84º 0.78% 0.86% -
XYZ 40.42 20.93 68.93 -
YUV 115.93 186.17 195.1 -
System Red Green Blue C M Y K H S L
Decimal 210 48 219 0.04 0.78 0 0.14 296.84 0.7 0.52
Hex D2 30 DB 4 4E 0 E 129 46 34
Octal 322 60 333 4 116 0 16 451 106 64
Binary 11010010 110000 11011011 100 1001110 0 1110 100101001 1000110 110100

Color Harmonies of #D230DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230DB

Black with #D230DB

Text Example


Text Example

White with #D230DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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