#D765F1

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

Shades of Heliotrope #D765F1

Tints of Heliotrope #D765F1

Color information

#D765F1 (or 0xD765F1) is unknown color: approx Heliotrope. HEX triplet: D7, 65 and F1. RGB value is (215,101,241). Sum of RGB (Red+Green+Blue) = 215+101+241=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #D765F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D765F1 is #289A0E. Grayscale: #969696. Windows color (decimal): -2660879 or 15820247. OLE color: 15820247.

HSL color Cylindrical-coordinate representation of color #D765F1: hue angle of 288.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D765F1 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB215101241-
CMYK0.110.5800.05
HSL288.86º83.33%67.06%-
HSV(B)288.86º58.09%94.51%-
XYZ48.5630.1186.47-
YUV151.05178.77173.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 101 (39.84% from 255) = 18.13%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=38.60%
G=18.13%
B=43.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2151012410.110.5800.05288.8683.3367.06
HexD765F1B3A051215343
Octal327145361137205441123103
Binary110101111100101111100011011111010010110010000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D765F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D765F1; }

 p { color: rgb(215,101,241); }

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

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

 a { background-color: rgb(215,101,241); }

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

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

 span { border-color: rgb(215,101,241); }

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