Html Css Color HEX #D760FD Heliotrope

📋 copy color: '#D760FD'

red 215 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #D760FD

Tints of Heliotrope #D760FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.86%

R = 38.12%
G = 17.02%
B = 44.86%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D760FD (or 0xD760FD) is known color: Heliotrope. HEX triplet: D7, 60 and FD. RGB value is (215,96,253). Sum of RGB (Red+Green+Blue) = 215+96+253=564 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.12% from 564); Green value is 96 (37.89% from 255 or 17.02% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #D760FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D760FD is #289F02. Grayscale: #949494. Windows color (decimal): -2662147 or 16605399. OLE color: 16605399.

HSL color Cylindrical-coordinate representation of color #D760FD: hue angle of 285.48º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D760FD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 96 253 -
CMYK 0.15 0.62 0 0.01
HSL 285.48º 0.98% 0.68% -
HSV(B) 285.48º 0.62% 0.99% -
XYZ 49.94 29.9 96.07 -
YUV 149.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 215 96 253 0.15 0.62 0 0.01 285.48 0.98 0.68
Hex D7 60 FD F 3E 0 1 11D 62 44
Octal 327 140 375 17 76 0 1 435 142 104
Binary 11010111 1100000 11111101 1111 111110 0 1 100011101 1100010 1000100

Color Harmonies of #D760FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760FD

Black with #D760FD

Text Example


Text Example

White with #D760FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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