#C75FF7

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

Shades of Heliotrope #C75FF7

Tints of Heliotrope #C75FF7

Color information

#C75FF7 (or 0xC75FF7) is unknown color: approx Heliotrope. HEX triplet: C7, 5F and F7. RGB value is (199,95,247). Sum of RGB (Red+Green+Blue) = 199+95+247=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 95 (37.5% from 255 or 17.56% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #C75FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FF7 is #38A008. Grayscale: #8E8E8E. Windows color (decimal): -3710985 or 16211911. OLE color: 16211911.

HSL color Cylindrical-coordinate representation of color #C75FF7: hue angle of 281.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75FF7 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19995247-
CMYK0.190.6200.03
HSL281.05º90.48%67.06%-
HSV(B)281.05º61.54%96.86%-
XYZ44.4327.0490.87-
YUV143.42186.46167.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.78%
GREEN value IS 95 (37.5% from 255) = 17.56%
BLUE value IS 247 (96.88% from 255) = 45.66%
R=36.78%
G=17.56%
B=45.66%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal199952470.190.6200.03281.0590.4867.06
HexC75FF7133E031195a43
Octal307137367237603431132103
Binary110001111011111111101111001111111001110001100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75FF7; }

 p { color: rgb(199,95,247); }

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

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

 a { background-color: rgb(199,95,247); }

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

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

 span { border-color: rgb(199,95,247); }

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