Html Css Color HEX #D473EC Heliotrope

📋 copy color: '#D473EC'

red 212 ◦ green 115 ◦ blue 236

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

Shades of Heliotrope #D473EC

Tints of Heliotrope #D473EC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.43%

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

R = 37.66%
G = 20.43%
B = 41.92%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D473EC (or 0xD473EC) is known color: Heliotrope. HEX triplet: D4, 73 and EC. RGB value is (212,115,236). Sum of RGB (Red+Green+Blue) = 212+115+236=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #D473EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D473EC is #2B8C13. Grayscale: #9D9D9D. Windows color (decimal): -2853908 or 15496148. OLE color: 15496148.

HSL color Cylindrical-coordinate representation of color #D473EC: hue angle of 288.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D473EC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 212 115 236 -
CMYK 0.10 0.51 0 0.07
HSL 288.1º 0.76% 0.69% -
HSV(B) 288.1º 0.51% 0.93% -
XYZ 48.42 32.31 83.04 -
YUV 157.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 212 115 236 0.10 0.51 0 0.07 288.1 0.76 0.69
Hex D4 73 EC A 33 0 7 120 4C 45
Octal 324 163 354 12 63 0 7 440 114 105
Binary 11010100 1110011 11101100 1010 110011 0 111 100100000 1001100 1000101

Color Harmonies of #D473EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D473EC

Black with #D473EC

Text Example


Text Example

White with #D473EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D473EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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