Html Css Color HEX #D780FA Heliotrope

📋 copy color: '#D780FA'

red 215 ◦ green 128 ◦ blue 250

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

Shades of Heliotrope #D780FA

Tints of Heliotrope #D780FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.59%

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

R = 36.26%
G = 21.59%
B = 42.16%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D780FA (or 0xD780FA) is known color: Heliotrope. HEX triplet: D7, 80 and FA. RGB value is (215,128,250). Sum of RGB (Red+Green+Blue) = 215+128+250=593 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.26% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #D780FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D780FA is #287F05. Grayscale: #A7A7A7. Windows color (decimal): -2653958 or 16416983. OLE color: 16416983.

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

Color convert

RGB 215 128 250 -
CMYK 0.14 0.49 0 0.02
HSL 282.79º 0.92% 0.74% -
HSV(B) 282.79º 0.49% 0.98% -
XYZ 53 36.79 94.75 -
YUV 167.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 215 128 250 0.14 0.49 0 0.02 282.79 0.92 0.74
Hex D7 80 FA E 31 0 2 11B 5C 4A
Octal 327 200 372 16 61 0 2 433 134 112
Binary 11010111 10000000 11111010 1110 110001 0 10 100011011 1011100 1001010

Color Harmonies of #D780FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D780FA

Black with #D780FA

Text Example


Text Example

White with #D780FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D780FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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