Html Css Color HEX #D700FA Psychedelic Purple

📋 copy color: '#D700FA'

red 215 ◦ green 0 ◦ blue 250

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

Shades of Psychedelic Purple #D700FA

Tints of Psychedelic Purple #D700FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 46.24%
G = 0%
B = 53.76%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D700FA (or 0xD700FA) is known color: Psychedelic Purple. HEX triplet: D7, 00 and FA. RGB value is (215,0,250). Sum of RGB (Red+Green+Blue) = 215+0+250=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #D700FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #D700FA is #28FF05. Grayscale: #5C5C5C. Windows color (decimal): -2686726 or 16384215. OLE color: 16384215.

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

Color convert

RGB 215 0 250 -
CMYK 0.14 1 0 0.02
HSL 291.6º 1% 0.49% -
HSV(B) 291.6º 1% 0.98% -
XYZ 45.28 21.35 92.18 -
YUV 92.79 216.73 215.17 -
System Red Green Blue C M Y K H S L
Decimal 215 0 250 0.14 1 0 0.02 291.6 1 0.49
Hex D7 0 FA E 64 0 2 124 64 31
Octal 327 0 372 16 144 0 2 444 144 61
Binary 11010111 0 11111010 1110 1100100 0 10 100100100 1100100 110001

Color Harmonies of #D700FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D700FA

Black with #D700FA

Text Example


Text Example

White with #D700FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D700FA; }

 p { color: rgb(215,0,250); }

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

background-color css

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

 a { background-color: rgb(215,0,250); }

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

border-color css

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

 span { border-color: rgb(215,0,250); }

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