Html Css Color HEX #D430EC Medium Orchid

📋 copy color: '#D430EC'

red 212 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #D430EC

Tints of Medium Orchid #D430EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.58%

R = 42.74%
G = 9.68%
B = 47.58%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D430EC (or 0xD430EC) is known color: Medium Orchid. HEX triplet: D4, 30 and EC. RGB value is (212,48,236). Sum of RGB (Red+Green+Blue) = 212+48+236=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 48 (19.14% from 255 or 9.68% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #D430EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D430EC is #2BCF13. Grayscale: #757575. Windows color (decimal): -2871060 or 15478996. OLE color: 15478996.

HSL color Cylindrical-coordinate representation of color #D430EC: hue angle of 292.34º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D430EC is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 48 236 -
CMYK 0.10 0.80 0 0.07
HSL 292.34º 0.83% 0.56% -
HSV(B) 292.34º 0.8% 0.93% -
XYZ 43.35 22.17 81.35 -
YUV 118.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 212 48 236 0.10 0.80 0 0.07 292.34 0.83 0.56
Hex D4 30 EC A 50 0 7 124 53 38
Octal 324 60 354 12 120 0 7 444 123 70
Binary 11010100 110000 11101100 1010 1010000 0 111 100100100 1010011 111000

Color Harmonies of #D430EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430EC

Black with #D430EC

Text Example


Text Example

White with #D430EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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