Html Css Color HEX #D435F5 Medium Orchid

📋 copy color: '#D435F5'

red 212 ◦ green 53 ◦ blue 245

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

Shades of Medium Orchid #D435F5

Tints of Medium Orchid #D435F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 48.04%

R = 41.57%
G = 10.39%
B = 48.04%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D435F5 (or 0xD435F5) is known color: Medium Orchid. HEX triplet: D4, 35 and F5. RGB value is (212,53,245). Sum of RGB (Red+Green+Blue) = 212+53+245=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 53 (21.09% from 255 or 10.39% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #D435F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D435F5 is #2BCA0A. Grayscale: #797979. Windows color (decimal): -2869771 or 16070100. OLE color: 16070100.

HSL color Cylindrical-coordinate representation of color #D435F5: hue angle of 289.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D435F5 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 53 245 -
CMYK 0.13 0.78 0 0.04
HSL 289.69º 0.91% 0.58% -
HSV(B) 289.69º 0.78% 0.96% -
XYZ 44.91 23.14 88.49 -
YUV 122.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 212 53 245 0.13 0.78 0 0.04 289.69 0.91 0.58
Hex D4 35 F5 D 4E 0 4 122 5B 3A
Octal 324 65 365 15 116 0 4 442 133 72
Binary 11010100 110101 11110101 1101 1001110 0 100 100100010 1011011 111010

Color Harmonies of #D435F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D435F5

Black with #D435F5

Text Example


Text Example

White with #D435F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D435F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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