Html Css Color HEX #D430E9 Medium Orchid

📋 copy color: '#D430E9'

red 212 ◦ green 48 ◦ blue 233

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

Shades of Medium Orchid #D430E9

Tints of Medium Orchid #D430E9

RGB

 RED value IS 212 (83.2% from 255) = 43%

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

 BLUE value IS 233 (91.41% from 255) = 47.26%

R = 43%
G = 9.74%
B = 47.26%

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

#D430E9 (or 0xD430E9) is known color: Medium Orchid. HEX triplet: D4, 30 and E9. RGB value is (212,48,233). Sum of RGB (Red+Green+Blue) = 212+48+233=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 233 (91.41% from 255 or 47.26% from 493); Max value from RGB is 233 - color contains mainly: blue. Hex color #D430E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430E9 is #2BCF16. Grayscale: #757575. Windows color (decimal): -2871063 or 15282388. OLE color: 15282388.

HSL color Cylindrical-coordinate representation of color #D430E9: hue angle of 293.19º degrees, saturation: 0.81, 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 #D430E9 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 212 48 233 -
CMYK 0.09 0.79 0 0.09
HSL 293.19º 0.81% 0.55% -
HSV(B) 293.19º 0.79% 0.91% -
XYZ 42.92 21.99 79.07 -
YUV 118.13 192.83 194.96 -
System Red Green Blue C M Y K H S L
Decimal 212 48 233 0.09 0.79 0 0.09 293.19 0.81 0.55
Hex D4 30 E9 9 4F 0 9 125 51 37
Octal 324 60 351 11 117 0 11 445 121 67
Binary 11010100 110000 11101001 1001 1001111 0 1001 100100101 1010001 110111

Color Harmonies of #D430E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430E9

Black with #D430E9

Text Example


Text Example

White with #D430E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430E9; }

 p { color: rgb(212,48,233); }

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

background-color css

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

 a { background-color: rgb(212,48,233); }

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

border-color css

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

 span { border-color: rgb(212,48,233); }

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