#D85CFF

Color #D85CFF Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D85CFF

Tints of Heliotrope #D85CFF

Color information

#D85CFF (or 0xD85CFF) is unknown color: approx Heliotrope. HEX triplet: D8, 5C and FF. RGB value is (216,92,255). Sum of RGB (Red+Green+Blue) = 216+92+255=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 92 (36.33% from 255 or 16.34% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #D85CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D85CFF is #27A300. Grayscale: #939393. Windows color (decimal): -2597633 or 16735448. OLE color: 16735448.

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

Color convert

RGB21692255-
CMYK0.150.6400
HSL285.64º100%68.04%-
HSV(B)285.64º63.92%100%-
XYZ50.229.4797.65-
YUV147.66188.58176.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 92 (36.33% from 255) = 16.34%
BLUE value IS 255 (100% from 255) = 45.29%
R=38.37%
G=16.34%
B=45.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal216922550.150.6400285.6410068.04
HexD85CFFF400011e6444
Octal3301343771710000436144104
Binary11011000101110011111111111110000000010001111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85CFF; }

 p { color: rgb(216,92,255); }

 H1.HeaderClassName
 {
   color: #D85CFF;
 }
 .AnyTagClassName
 {
   color: #D85CFF;
 }
</style>
background-color css

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

 a { background-color: rgb(216,92,255); }

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

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

 span { border-color: rgb(216,92,255); }

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