Html Css Color HEX #D78BFA Heliotrope

📋 copy color: '#D78BFA'

red 215 ◦ green 139 ◦ blue 250

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

Shades of Heliotrope #D78BFA

Tints of Heliotrope #D78BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.01%

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

R = 35.6%
G = 23.01%
B = 41.39%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D78BFA (or 0xD78BFA) is known color: Heliotrope. HEX triplet: D7, 8B and FA. RGB value is (215,139,250). Sum of RGB (Red+Green+Blue) = 215+139+250=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #D78BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D78BFA is #287405. Grayscale: #AEAEAE. Windows color (decimal): -2651142 or 16419799. OLE color: 16419799.

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

Color convert

RGB 215 139 250 -
CMYK 0.14 0.44 0 0.02
HSL 281.08º 0.92% 0.76% -
HSV(B) 281.08º 0.44% 0.98% -
XYZ 54.51 39.81 95.25 -
YUV 174.38 170.68 156.97 -
System Red Green Blue C M Y K H S L
Decimal 215 139 250 0.14 0.44 0 0.02 281.08 0.92 0.76
Hex D7 8B FA E 2C 0 2 119 5C 4C
Octal 327 213 372 16 54 0 2 431 134 114
Binary 11010111 10001011 11111010 1110 101100 0 10 100011001 1011100 1001100

Color Harmonies of #D78BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78BFA

Black with #D78BFA

Text Example


Text Example

White with #D78BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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