#D75CFF

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

Shades of Heliotrope #D75CFF

Tints of Heliotrope #D75CFF

Color information

#D75CFF (or 0xD75CFF) is unknown color: approx Heliotrope. HEX triplet: D7, 5C and FF. RGB value is (215,92,255). Sum of RGB (Red+Green+Blue) = 215+92+255=562 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.26% from 562); Green value is 92 (36.33% from 255 or 16.37% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #D75CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D75CFF is #28A300. Grayscale: #929292. Windows color (decimal): -2663169 or 16735447. OLE color: 16735447.

HSL color Cylindrical-coordinate representation of color #D75CFF: hue angle of 285.28º 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 #D75CFF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB21592255-
CMYK0.160.6400
HSL285.28º100%68.04%-
HSV(B)285.28º63.92%100%-
XYZ49.929.3297.64-
YUV147.36188.75176.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.26%
GREEN value IS 92 (36.33% from 255) = 16.37%
BLUE value IS 255 (100% from 255) = 45.37%
R=38.26%
G=16.37%
B=45.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal215922550.160.6400285.2810068.04
HexD75CFF10400011d6444
Octal3271343772010000435144104
Binary110101111011100111111111000010000000010001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D75CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D75CFF; }

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

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

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

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

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

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

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

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