Html Css Color HEX #D575EC Heliotrope

📋 copy color: '#D575EC'

red 213 ◦ green 117 ◦ blue 236

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

Shades of Heliotrope #D575EC

Tints of Heliotrope #D575EC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.67%

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

R = 37.63%
G = 20.67%
B = 41.7%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D575EC (or 0xD575EC) is known color: Heliotrope. HEX triplet: D5, 75 and EC. RGB value is (213,117,236). Sum of RGB (Red+Green+Blue) = 213+117+236=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 117 (46.09% from 255 or 20.67% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #D575EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D575EC is #2A8A13. Grayscale: #9E9E9E. Windows color (decimal): -2787860 or 15496661. OLE color: 15496661.

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

Color convert

RGB 213 117 236 -
CMYK 0.10 0.50 0 0.07
HSL 288.4º 0.76% 0.69% -
HSV(B) 288.4º 0.5% 0.93% -
XYZ 48.94 32.92 83.13 -
YUV 159.27 171.3 166.32 -
System Red Green Blue C M Y K H S L
Decimal 213 117 236 0.10 0.50 0 0.07 288.4 0.76 0.69
Hex D5 75 EC A 32 0 7 120 4C 45
Octal 325 165 354 12 62 0 7 440 114 105
Binary 11010101 1110101 11101100 1010 110010 0 111 100100000 1001100 1000101

Color Harmonies of #D575EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D575EC

Black with #D575EC

Text Example


Text Example

White with #D575EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D575EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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