Html Css Color HEX #D76AFE Heliotrope

📋 copy color: '#D76AFE'

red 215 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #D76AFE

Tints of Heliotrope #D76AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.43%

 BLUE value IS 254 (99.61% from 255) = 44.17%

R = 37.39%
G = 18.43%
B = 44.17%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D76AFE (or 0xD76AFE) is known color: Heliotrope. HEX triplet: D7, 6A and FE. RGB value is (215,106,254). Sum of RGB (Red+Green+Blue) = 215+106+254=575 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.39% from 575); Green value is 106 (41.80% from 255 or 18.43% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #D76AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76AFE is #289501. Grayscale: #9A9A9A. Windows color (decimal): -2659586 or 16673495. OLE color: 16673495.

HSL color Cylindrical-coordinate representation of color #D76AFE: hue angle of 284.19º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D76AFE is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 106 254 -
CMYK 0.15 0.58 0 0.00
HSL 284.19º 0.99% 0.71% -
HSV(B) 284.19º 0.58% 1% -
XYZ 51.07 31.91 97.23 -
YUV 155.46 183.61 170.47 -
System Red Green Blue C M Y K H S L
Decimal 215 106 254 0.15 0.58 0 0.00 284.19 0.99 0.71
Hex D7 6A FE F 3A 0 0 11C 63 47
Octal 327 152 376 17 72 0 0 434 143 107
Binary 11010111 1101010 11111110 1111 111010 0 0 100011100 1100011 1000111

Color Harmonies of #D76AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AFE

Black with #D76AFE

Text Example


Text Example

White with #D76AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AFE; }

 p { color: rgb(215,106,254); }

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

background-color css

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

 a { background-color: rgb(215,106,254); }

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

border-color css

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

 span { border-color: rgb(215,106,254); }

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