Html Css Color HEX #D434E8 Medium Orchid

📋 copy color: '#D434E8'

red 212 ◦ green 52 ◦ blue 232

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

Shades of Medium Orchid #D434E8

Tints of Medium Orchid #D434E8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.48%

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

R = 42.74%
G = 10.48%
B = 46.77%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D434E8 (or 0xD434E8) is known color: Medium Orchid. HEX triplet: D4, 34 and E8. RGB value is (212,52,232). Sum of RGB (Red+Green+Blue) = 212+52+232=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 52 (20.70% from 255 or 10.48% from 496); Blue value is 232 (91.02% from 255 or 46.77% from 496); Max value from RGB is 232 - color contains mainly: blue. Hex color #D434E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434E8 is #2BCB17. Grayscale: #777777. Windows color (decimal): -2870040 or 15217876. OLE color: 15217876.

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

Color convert

RGB 212 52 232 -
CMYK 0.09 0.78 0 0.09
HSL 293.33º 0.8% 0.56% -
HSV(B) 293.33º 0.78% 0.91% -
XYZ 42.94 22.28 78.38 -
YUV 120.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 212 52 232 0.09 0.78 0 0.09 293.33 0.8 0.56
Hex D4 34 E8 9 4E 0 9 125 50 38
Octal 324 64 350 11 116 0 11 445 120 70
Binary 11010100 110100 11101000 1001 1001110 0 1001 100100101 1010000 111000

Color Harmonies of #D434E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D434E8

Black with #D434E8

Text Example


Text Example

White with #D434E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D434E8; }

 p { color: rgb(212,52,232); }

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

background-color css

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

 a { background-color: rgb(212,52,232); }

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

border-color css

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

 span { border-color: rgb(212,52,232); }

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