Html Css Color HEX #D860FD Heliotrope

📋 copy color: '#D860FD'

red 216 ◦ green 96 ◦ blue 253

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

Shades of Heliotrope #D860FD

Tints of Heliotrope #D860FD

RGB

 RED value IS 216 (84.77% from 255) = 38.23%

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

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

R = 38.23%
G = 16.99%
B = 44.78%

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

#D860FD (or 0xD860FD) is known color: Heliotrope. HEX triplet: D8, 60 and FD. RGB value is (216,96,253). Sum of RGB (Red+Green+Blue) = 216+96+253=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 96 (37.89% from 255 or 16.99% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #D860FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D860FD is #279F02. Grayscale: #959595. Windows color (decimal): -2596611 or 16605400. OLE color: 16605400.

HSL color Cylindrical-coordinate representation of color #D860FD: hue angle of 285.86º 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 #D860FD is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 216 96 253 -
CMYK 0.15 0.62 0 0.01
HSL 285.86º 0.98% 0.68% -
HSV(B) 285.86º 0.62% 0.99% -
XYZ 50.23 30.06 96.08 -
YUV 149.78 186.26 175.23 -
System Red Green Blue C M Y K H S L
Decimal 216 96 253 0.15 0.62 0 0.01 285.86 0.98 0.68
Hex D8 60 FD F 3E 0 1 11E 62 44
Octal 330 140 375 17 76 0 1 436 142 104
Binary 11011000 1100000 11111101 1111 111110 0 1 100011110 1100010 1000100

Color Harmonies of #D860FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D860FD

Black with #D860FD

Text Example


Text Example

White with #D860FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D860FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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