Html Css Color HEX #D435EF Medium Orchid

📋 copy color: '#D435EF'

red 212 ◦ green 53 ◦ blue 239

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

Shades of Medium Orchid #D435EF

Tints of Medium Orchid #D435EF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 10.52%

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 42.06%
G = 10.52%
B = 47.42%

CMYK

 C value IS 0.11

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D435EF (or 0xD435EF) is known color: Medium Orchid. HEX triplet: D4, 35 and EF. RGB value is (212,53,239). Sum of RGB (Red+Green+Blue) = 212+53+239=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #D435EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435EF is #2BCA10. Grayscale: #797979. Windows color (decimal): -2869777 or 15676884. OLE color: 15676884.

HSL color Cylindrical-coordinate representation of color #D435EF: hue angle of 291.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D435EF is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 53 239 -
CMYK 0.11 0.78 0 0.06
HSL 291.29º 0.85% 0.57% -
HSV(B) 291.29º 0.78% 0.94% -
XYZ 44 22.78 83.74 -
YUV 121.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 212 53 239 0.11 0.78 0 0.06 291.29 0.85 0.57
Hex D4 35 EF B 4E 0 6 123 55 39
Octal 324 65 357 13 116 0 6 443 125 71
Binary 11010100 110101 11101111 1011 1001110 0 110 100100011 1010101 111001

Color Harmonies of #D435EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D435EF

Black with #D435EF

Text Example


Text Example

White with #D435EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D435EF; }

 p { color: rgb(212,53,239); }

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

background-color css

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

 a { background-color: rgb(212,53,239); }

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

border-color css

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

 span { border-color: rgb(212,53,239); }

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