Html Css Color HEX #D717FC Psychedelic Purple

📋 copy color: '#D717FC'

red 215 ◦ green 23 ◦ blue 252

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

Shades of Psychedelic Purple #D717FC

Tints of Psychedelic Purple #D717FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 43.88%
G = 4.69%
B = 51.43%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D717FC (or 0xD717FC) is known color: Psychedelic Purple. HEX triplet: D7, 17 and FC. RGB value is (215,23,252). Sum of RGB (Red+Green+Blue) = 215+23+252=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #D717FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D717FC is #28E803. Grayscale: #696969. Windows color (decimal): -2680836 or 16521175. OLE color: 16521175.

HSL color Cylindrical-coordinate representation of color #D717FC: hue angle of 290.31º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D717FC is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 23 252 -
CMYK 0.15 0.91 0 0.01
HSL 290.31º 0.97% 0.54% -
HSV(B) 290.31º 0.91% 0.99% -
XYZ 45.9 22.09 93.94 -
YUV 106.51 210.11 205.38 -
System Red Green Blue C M Y K H S L
Decimal 215 23 252 0.15 0.91 0 0.01 290.31 0.97 0.54
Hex D7 17 FC F 5B 0 1 122 61 36
Octal 327 27 374 17 133 0 1 442 141 66
Binary 11010111 10111 11111100 1111 1011011 0 1 100100010 1100001 110110

Color Harmonies of #D717FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D717FC

Black with #D717FC

Text Example


Text Example

White with #D717FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D717FC; }

 p { color: rgb(215,23,252); }

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

background-color css

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

 a { background-color: rgb(215,23,252); }

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

border-color css

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

 span { border-color: rgb(215,23,252); }

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