Html Css Color HEX #D432EF Medium Orchid

📋 copy color: '#D432EF'

red 212 ◦ green 50 ◦ blue 239

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

Shades of Medium Orchid #D432EF

Tints of Medium Orchid #D432EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.98%

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

R = 42.32%
G = 9.98%
B = 47.7%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D432EF (or 0xD432EF) is known color: Medium Orchid. HEX triplet: D4, 32 and EF. RGB value is (212,50,239). Sum of RGB (Red+Green+Blue) = 212+50+239=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #D432EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D432EF is #2BCD10. Grayscale: #777777. Windows color (decimal): -2870545 or 15676116. OLE color: 15676116.

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

Color convert

RGB 212 50 239 -
CMYK 0.11 0.79 0 0.06
HSL 291.43º 0.86% 0.57% -
HSV(B) 291.43º 0.79% 0.94% -
XYZ 43.87 22.51 83.69 -
YUV 119.98 195.17 193.63 -
System Red Green Blue C M Y K H S L
Decimal 212 50 239 0.11 0.79 0 0.06 291.43 0.86 0.57
Hex D4 32 EF B 4F 0 6 123 56 39
Octal 324 62 357 13 117 0 6 443 126 71
Binary 11010100 110010 11101111 1011 1001111 0 110 100100011 1010110 111001

Color Harmonies of #D432EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D432EF

Black with #D432EF

Text Example


Text Example

White with #D432EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D432EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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