Html Css Color HEX #D517EC Psychedelic Purple

📋 copy color: '#D517EC'

red 213 ◦ green 23 ◦ blue 236

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

Shades of Psychedelic Purple #D517EC

Tints of Psychedelic Purple #D517EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.87%

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

R = 45.13%
G = 4.87%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D517EC (or 0xD517EC) is known color: Psychedelic Purple. HEX triplet: D5, 17 and EC. RGB value is (213,23,236). Sum of RGB (Red+Green+Blue) = 213+23+236=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 23 (9.38% from 255 or 4.87% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #D517EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D517EC is #2AE813. Grayscale: #676767. Windows color (decimal): -2811924 or 15472597. OLE color: 15472597.

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

Color convert

RGB 213 23 236 -
CMYK 0.10 0.90 0 0.07
HSL 293.52º 0.85% 0.51% -
HSV(B) 293.52º 0.9% 0.93% -
XYZ 42.89 20.82 81.11 -
YUV 104.09 202.45 205.68 -
System Red Green Blue C M Y K H S L
Decimal 213 23 236 0.10 0.90 0 0.07 293.52 0.85 0.51
Hex D5 17 EC A 5A 0 7 126 55 33
Octal 325 27 354 12 132 0 7 446 125 63
Binary 11010101 10111 11101100 1010 1011010 0 111 100100110 1010101 110011

Color Harmonies of #D517EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D517EC

Black with #D517EC

Text Example


Text Example

White with #D517EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D517EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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