Html Css Color HEX #D76AFB Heliotrope

📋 copy color: '#D76AFB'

red 215 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #D76AFB

Tints of Heliotrope #D76AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 37.59%
G = 18.53%
B = 43.88%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D76AFB (or 0xD76AFB) is known color: Heliotrope. HEX triplet: D7, 6A and FB. RGB value is (215,106,251). Sum of RGB (Red+Green+Blue) = 215+106+251=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #D76AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76AFB is #289504. Grayscale: #9A9A9A. Windows color (decimal): -2659589 or 16476887. OLE color: 16476887.

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

Color convert

RGB 215 106 251 -
CMYK 0.14 0.58 0 0.02
HSL 285.1º 0.95% 0.7% -
HSV(B) 285.1º 0.58% 0.98% -
XYZ 50.59 31.72 94.72 -
YUV 155.12 182.11 170.71 -
System Red Green Blue C M Y K H S L
Decimal 215 106 251 0.14 0.58 0 0.02 285.1 0.95 0.7
Hex D7 6A FB E 3A 0 2 11D 5F 46
Octal 327 152 373 16 72 0 2 435 137 106
Binary 11010111 1101010 11111011 1110 111010 0 10 100011101 1011111 1000110

Color Harmonies of #D76AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76AFB

Black with #D76AFB

Text Example


Text Example

White with #D76AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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