Html Css Color HEX #D716EC Psychedelic Purple

📋 copy color: '#D716EC'

red 215 ◦ green 22 ◦ blue 236

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

Shades of Psychedelic Purple #D716EC

Tints of Psychedelic Purple #D716EC

RGB

 RED value IS 215 (84.38% from 255) = 45.45%

 GREEN value IS 22 (8.98% from 255) = 4.65%

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

R = 45.45%
G = 4.65%
B = 49.89%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D716EC (or 0xD716EC) is known color: Psychedelic Purple. HEX triplet: D7, 16 and EC. RGB value is (215,22,236). Sum of RGB (Red+Green+Blue) = 215+22+236=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #D716EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D716EC is #28E913. Grayscale: #676767. Windows color (decimal): -2681108 or 15472343. OLE color: 15472343.

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

Color convert

RGB 215 22 236 -
CMYK 0.09 0.91 0 0.07
HSL 294.11º 0.85% 0.51% -
HSV(B) 294.11º 0.91% 0.93% -
XYZ 43.45 21.08 81.14 -
YUV 104.1 202.44 207.1 -
System Red Green Blue C M Y K H S L
Decimal 215 22 236 0.09 0.91 0 0.07 294.11 0.85 0.51
Hex D7 16 EC 9 5B 0 7 126 55 33
Octal 327 26 354 11 133 0 7 446 125 63
Binary 11010111 10110 11101100 1001 1011011 0 111 100100110 1010101 110011

Color Harmonies of #D716EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D716EC

Black with #D716EC

Text Example


Text Example

White with #D716EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D716EC; }

 p { color: rgb(215,22,236); }

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

background-color css

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

 a { background-color: rgb(215,22,236); }

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

border-color css

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

 span { border-color: rgb(215,22,236); }

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