Html Css Color HEX #D706FF Psychedelic Purple

📋 copy color: '#D706FF'

red 215 ◦ green 6 ◦ blue 255

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

Shades of Psychedelic Purple #D706FF

Tints of Psychedelic Purple #D706FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.57%

R = 45.17%
G = 1.26%
B = 53.57%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D706FF (or 0xD706FF) is known color: Psychedelic Purple. HEX triplet: D7, 06 and FF. RGB value is (215,6,255). Sum of RGB (Red+Green+Blue) = 215+6+255=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 6 (2.73% from 255 or 1.26% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #D706FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D706FF is #28F900. Grayscale: #606060. Windows color (decimal): -2685185 or 16713431. OLE color: 16713431.

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

Color convert

RGB 215 6 255 -
CMYK 0.16 0.98 0 0
HSL 290.36º 1% 0.51% -
HSV(B) 290.36º 0.98% 1% -
XYZ 46.14 21.8 96.38 -
YUV 96.88 217.24 212.25 -
System Red Green Blue C M Y K H S L
Decimal 215 6 255 0.16 0.98 0 0 290.36 1 0.51
Hex D7 6 FF 10 62 0 0 122 64 33
Octal 327 6 377 20 142 0 0 442 144 63
Binary 11010111 110 11111111 10000 1100010 0 0 100100010 1100100 110011

Color Harmonies of #D706FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D706FF

Black with #D706FF

Text Example


Text Example

White with #D706FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D706FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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