Html Css Color HEX #D760FF Heliotrope

📋 copy color: '#D760FF'

red 215 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #D760FF

Tints of Heliotrope #D760FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.05%

R = 37.99%
G = 16.96%
B = 45.05%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D760FF (or 0xD760FF) is known color: Heliotrope. HEX triplet: D7, 60 and FF. RGB value is (215,96,255). Sum of RGB (Red+Green+Blue) = 215+96+255=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 96 (37.89% from 255 or 16.96% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #D760FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760FF is #289F00. Grayscale: #959595. Windows color (decimal): -2662145 or 16736471. OLE color: 16736471.

HSL color Cylindrical-coordinate representation of color #D760FF: hue angle of 284.91º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D760FF is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 96 255 -
CMYK 0.16 0.62 0 0
HSL 284.91º 1% 0.69% -
HSV(B) 284.91º 0.62% 1% -
XYZ 50.26 30.03 97.76 -
YUV 149.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 215 96 255 0.16 0.62 0 0 284.91 1 0.69
Hex D7 60 FF 10 3E 0 0 11D 64 45
Octal 327 140 377 20 76 0 0 435 144 105
Binary 11010111 1100000 11111111 10000 111110 0 0 100011101 1100100 1000101

Color Harmonies of #D760FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760FF

Black with #D760FF

Text Example


Text Example

White with #D760FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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