Html Css Color HEX #D230E8 Medium Orchid

📋 copy color: '#D230E8'

red 210 ◦ green 48 ◦ blue 232

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

Shades of Medium Orchid #D230E8

Tints of Medium Orchid #D230E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.35%

R = 42.86%
G = 9.8%
B = 47.35%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D230E8 (or 0xD230E8) is known color: Medium Orchid. HEX triplet: D2, 30 and E8. RGB value is (210,48,232). Sum of RGB (Red+Green+Blue) = 210+48+232=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 232 - color contains mainly: blue. Hex color #D230E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D230E8 is #2DCF17. Grayscale: #747474. Windows color (decimal): -3002136 or 15216850. OLE color: 15216850.

HSL color Cylindrical-coordinate representation of color #D230E8: hue angle of 292.83º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D230E8 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 48 232 -
CMYK 0.09 0.79 0 0.09
HSL 292.83º 0.8% 0.55% -
HSV(B) 292.83º 0.79% 0.91% -
XYZ 42.2 21.64 78.3 -
YUV 117.41 192.67 194.04 -
System Red Green Blue C M Y K H S L
Decimal 210 48 232 0.09 0.79 0 0.09 292.83 0.8 0.55
Hex D2 30 E8 9 4F 0 9 125 50 37
Octal 322 60 350 11 117 0 11 445 120 67
Binary 11010010 110000 11101000 1001 1001111 0 1001 100100101 1010000 110111

Color Harmonies of #D230E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230E8

Black with #D230E8

Text Example


Text Example

White with #D230E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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