Html Css Color HEX #D76EF0 Heliotrope

📋 copy color: '#D76EF0'

red 215 ◦ green 110 ◦ blue 240

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

Shades of Heliotrope #D76EF0

Tints of Heliotrope #D76EF0

RGB

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

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

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

R = 38.05%
G = 19.47%
B = 42.48%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D76EF0 (or 0xD76EF0) is known color: Heliotrope. HEX triplet: D7, 6E and F0. RGB value is (215,110,240). Sum of RGB (Red+Green+Blue) = 215+110+240=565 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.05% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #D76EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D76EF0 is #28910F. Grayscale: #9B9B9B. Windows color (decimal): -2658576 or 15757015. OLE color: 15757015.

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

Color convert

RGB 215 110 240 -
CMYK 0.10 0.54 0 0.06
HSL 288.46º 0.81% 0.69% -
HSV(B) 288.46º 0.54% 0.94% -
XYZ 49.33 31.89 85.99 -
YUV 156.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 215 110 240 0.10 0.54 0 0.06 288.46 0.81 0.69
Hex D7 6E F0 A 36 0 6 120 51 45
Octal 327 156 360 12 66 0 6 440 121 105
Binary 11010111 1101110 11110000 1010 110110 0 110 100100000 1010001 1000101

Color Harmonies of #D76EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76EF0

Black with #D76EF0

Text Example


Text Example

White with #D76EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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