Html Css Color HEX #D573EC Heliotrope

📋 copy color: '#D573EC'

red 213 ◦ green 115 ◦ blue 236

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

Shades of Heliotrope #D573EC

Tints of Heliotrope #D573EC

RGB

 RED value IS 213 (83.59% from 255) = 37.77%

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

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

R = 37.77%
G = 20.39%
B = 41.84%

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

#D573EC (or 0xD573EC) is known color: Heliotrope. HEX triplet: D5, 73 and EC. RGB value is (213,115,236). Sum of RGB (Red+Green+Blue) = 213+115+236=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #D573EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D573EC is #2A8C13. Grayscale: #9D9D9D. Windows color (decimal): -2788372 or 15496149. OLE color: 15496149.

HSL color Cylindrical-coordinate representation of color #D573EC: hue angle of 288.6º 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 #D573EC is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 115 236 -
CMYK 0.10 0.51 0 0.07
HSL 288.6º 0.76% 0.69% -
HSV(B) 288.6º 0.51% 0.93% -
XYZ 48.71 32.46 83.06 -
YUV 158.1 171.97 167.16 -
System Red Green Blue C M Y K H S L
Decimal 213 115 236 0.10 0.51 0 0.07 288.6 0.76 0.69
Hex D5 73 EC A 33 0 7 121 4C 45
Octal 325 163 354 12 63 0 7 441 114 105
Binary 11010101 1110011 11101100 1010 110011 0 111 100100001 1001100 1000101

Color Harmonies of #D573EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573EC

Black with #D573EC

Text Example


Text Example

White with #D573EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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