Html Css Color HEX #D760F0 Heliotrope

📋 copy color: '#D760F0'

red 215 ◦ green 96 ◦ blue 240

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

Shades of Heliotrope #D760F0

Tints of Heliotrope #D760F0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.42%

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

R = 39.02%
G = 17.42%
B = 43.56%

CMYK

 C value IS 0.10

 M value IS 0.6

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D760F0 (or 0xD760F0) is known color: Heliotrope. HEX triplet: D7, 60 and F0. RGB value is (215,96,240). Sum of RGB (Red+Green+Blue) = 215+96+240=551 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.02% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #D760F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760F0 is #289F0F. Grayscale: #939393. Windows color (decimal): -2662160 or 15753431. OLE color: 15753431.

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

Color convert

RGB 215 96 240 -
CMYK 0.10 0.6 0 0.06
HSL 289.58º 0.83% 0.66% -
HSV(B) 289.58º 0.6% 0.94% -
XYZ 47.94 29.1 85.53 -
YUV 148 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 215 96 240 0.10 0.6 0 0.06 289.58 0.83 0.66
Hex D7 60 F0 A 3C 0 6 122 53 42
Octal 327 140 360 12 74 0 6 442 123 102
Binary 11010111 1100000 11110000 1010 111100 0 110 100100010 1010011 1000010

Color Harmonies of #D760F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760F0

Black with #D760F0

Text Example


Text Example

White with #D760F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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