Html Css Color HEX #D760EF Heliotrope

📋 copy color: '#D760EF'

red 215 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #D760EF

Tints of Heliotrope #D760EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 39.09%
G = 17.45%
B = 43.45%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D760EF (or 0xD760EF) is known color: Heliotrope. HEX triplet: D7, 60 and EF. RGB value is (215,96,239). Sum of RGB (Red+Green+Blue) = 215+96+239=550 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.09% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #D760EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760EF is #289F10. Grayscale: #939393. Windows color (decimal): -2662161 or 15687895. OLE color: 15687895.

HSL color Cylindrical-coordinate representation of color #D760EF: hue angle of 289.93º degrees, saturation: 0.82, 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 #D760EF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 96 239 -
CMYK 0.10 0.60 0 0.06
HSL 289.93º 0.82% 0.66% -
HSV(B) 289.93º 0.6% 0.94% -
XYZ 47.79 29.04 84.75 -
YUV 147.88 179.42 175.87 -
System Red Green Blue C M Y K H S L
Decimal 215 96 239 0.10 0.60 0 0.06 289.93 0.82 0.66
Hex D7 60 EF A 3C 0 6 122 52 42
Octal 327 140 357 12 74 0 6 442 122 102
Binary 11010111 1100000 11101111 1010 111100 0 110 100100010 1010010 1000010

Color Harmonies of #D760EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760EF

Black with #D760EF

Text Example


Text Example

White with #D760EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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