Html Css Color HEX #D706FD Psychedelic Purple

📋 copy color: '#D706FD'

red 215 ◦ green 6 ◦ blue 253

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

Shades of Psychedelic Purple #D706FD

Tints of Psychedelic Purple #D706FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.27%

 BLUE value IS 253 (99.22% from 255) = 53.38%

R = 45.36%
G = 1.27%
B = 53.38%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D706FD (or 0xD706FD) is known color: Psychedelic Purple. HEX triplet: D7, 06 and FD. RGB value is (215,6,253). Sum of RGB (Red+Green+Blue) = 215+6+253=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #D706FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D706FD is #28F902. Grayscale: #5F5F5F. Windows color (decimal): -2685187 or 16582359. OLE color: 16582359.

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

Color convert

RGB 215 6 253 -
CMYK 0.15 0.98 0 0.01
HSL 290.77º 0.98% 0.51% -
HSV(B) 290.77º 0.98% 0.99% -
XYZ 45.82 21.67 94.7 -
YUV 96.65 216.24 212.42 -
System Red Green Blue C M Y K H S L
Decimal 215 6 253 0.15 0.98 0 0.01 290.77 0.98 0.51
Hex D7 6 FD F 62 0 1 123 62 33
Octal 327 6 375 17 142 0 1 443 142 63
Binary 11010111 110 11111101 1111 1100010 0 1 100100011 1100010 110011

Color Harmonies of #D706FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706FD

Black with #D706FD

Text Example


Text Example

White with #D706FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706FD; }

 p { color: rgb(215,6,253); }

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

background-color css

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

 a { background-color: rgb(215,6,253); }

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

border-color css

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

 span { border-color: rgb(215,6,253); }

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