Html Css Color HEX #D76EFA Heliotrope

📋 copy color: '#D76EFA'

red 215 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #D76EFA

Tints of Heliotrope #D76EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.13%

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

R = 37.39%
G = 19.13%
B = 43.48%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D76EFA (or 0xD76EFA) is known color: Heliotrope. HEX triplet: D7, 6E and FA. RGB value is (215,110,250). Sum of RGB (Red+Green+Blue) = 215+110+250=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #D76EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76EFA is #289105. Grayscale: #9C9C9C. Windows color (decimal): -2658566 or 16412375. OLE color: 16412375.

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

Color convert

RGB 215 110 250 -
CMYK 0.14 0.56 0 0.02
HSL 285º 0.93% 0.71% -
HSV(B) 285º 0.56% 0.98% -
XYZ 50.86 32.5 94.04 -
YUV 157.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 215 110 250 0.14 0.56 0 0.02 285 0.93 0.71
Hex D7 6E FA E 38 0 2 11D 5D 47
Octal 327 156 372 16 70 0 2 435 135 107
Binary 11010111 1101110 11111010 1110 111000 0 10 100011101 1011101 1000111

Color Harmonies of #D76EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EFA

Black with #D76EFA

Text Example


Text Example

White with #D76EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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