Html Css Color HEX #D750FA Heliotrope

📋 copy color: '#D750FA'

red 215 ◦ green 80 ◦ blue 250

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

Shades of Heliotrope #D750FA

Tints of Heliotrope #D750FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 14.68%

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

R = 39.45%
G = 14.68%
B = 45.87%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D750FA (or 0xD750FA) is known color: Heliotrope. HEX triplet: D7, 50 and FA. RGB value is (215,80,250). Sum of RGB (Red+Green+Blue) = 215+80+250=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 80 (31.64% from 255 or 14.68% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #D750FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D750FA is #28AF05. Grayscale: #8B8B8B. Windows color (decimal): -2666246 or 16404695. OLE color: 16404695.

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

Color convert

RGB 215 80 250 -
CMYK 0.14 0.68 0 0.02
HSL 287.65º 0.94% 0.65% -
HSV(B) 287.65º 0.68% 0.98% -
XYZ 48.15 27.09 93.13 -
YUV 139.75 190.23 181.68 -
System Red Green Blue C M Y K H S L
Decimal 215 80 250 0.14 0.68 0 0.02 287.65 0.94 0.65
Hex D7 50 FA E 44 0 2 120 5E 41
Octal 327 120 372 16 104 0 2 440 136 101
Binary 11010111 1010000 11111010 1110 1000100 0 10 100100000 1011110 1000001

Color Harmonies of #D750FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750FA

Black with #D750FA

Text Example


Text Example

White with #D750FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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