Html Css Color HEX #D76BF0 Heliotrope

📋 copy color: '#D76BF0'

red 215 ◦ green 107 ◦ blue 240

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

Shades of Heliotrope #D76BF0

Tints of Heliotrope #D76BF0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.04%

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 38.26%
G = 19.04%
B = 42.7%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D76BF0 (or 0xD76BF0) is known color: Heliotrope. HEX triplet: D7, 6B and F0. RGB value is (215,107,240). Sum of RGB (Red+Green+Blue) = 215+107+240=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #D76BF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76BF0 is #28940F. Grayscale: #9A9A9A. Windows color (decimal): -2659344 or 15756247. OLE color: 15756247.

HSL color Cylindrical-coordinate representation of color #D76BF0: hue angle of 288.72º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D76BF0 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 107 240 -
CMYK 0.10 0.55 0 0.06
HSL 288.72º 0.82% 0.68% -
HSV(B) 288.72º 0.55% 0.94% -
XYZ 49.01 31.25 85.89 -
YUV 154.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 215 107 240 0.10 0.55 0 0.06 288.72 0.82 0.68
Hex D7 6B F0 A 37 0 6 121 52 44
Octal 327 153 360 12 67 0 6 441 122 104
Binary 11010111 1101011 11110000 1010 110111 0 110 100100001 1010010 1000100

Color Harmonies of #D76BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76BF0

Black with #D76BF0

Text Example


Text Example

White with #D76BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76BF0; }

 p { color: rgb(215,107,240); }

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

background-color css

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

 a { background-color: rgb(215,107,240); }

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

border-color css

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

 span { border-color: rgb(215,107,240); }

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