Html Css Color HEX #D707ED Psychedelic Purple

📋 copy color: '#D707ED'

red 215 ◦ green 7 ◦ blue 237

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

Shades of Psychedelic Purple #D707ED

Tints of Psychedelic Purple #D707ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.53%

 BLUE value IS 237 (92.97% from 255) = 51.63%

R = 46.84%
G = 1.53%
B = 51.63%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D707ED (or 0xD707ED) is known color: Psychedelic Purple. HEX triplet: D7, 07 and ED. RGB value is (215,7,237). Sum of RGB (Red+Green+Blue) = 215+7+237=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 237 (92.97% from 255 or 51.63% from 459); Max value from RGB is 237 - color contains mainly: blue. Hex color #D707ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D707ED is #28F812. Grayscale: #5E5E5E. Windows color (decimal): -2684947 or 15534039. OLE color: 15534039.

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

Color convert

RGB 215 7 237 -
CMYK 0.09 0.97 0 0.07
HSL 294.26º 0.94% 0.48% -
HSV(B) 294.26º 0.97% 0.93% -
XYZ 43.39 20.71 81.83 -
YUV 95.41 207.91 213.3 -
System Red Green Blue C M Y K H S L
Decimal 215 7 237 0.09 0.97 0 0.07 294.26 0.94 0.48
Hex D7 7 ED 9 61 0 7 126 5E 30
Octal 327 7 355 11 141 0 7 446 136 60
Binary 11010111 111 11101101 1001 1100001 0 111 100100110 1011110 110000

Color Harmonies of #D707ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D707ED

Black with #D707ED

Text Example


Text Example

White with #D707ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D707ED; }

 p { color: rgb(215,7,237); }

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

background-color css

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

 a { background-color: rgb(215,7,237); }

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

border-color css

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

 span { border-color: rgb(215,7,237); }

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