#C75FFF

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

Shades of Heliotrope #C75FFF

Tints of Heliotrope #C75FFF

Color information

#C75FFF (or 0xC75FFF) is unknown color: approx Heliotrope. HEX triplet: C7, 5F and FF. RGB value is (199,95,255). Sum of RGB (Red+Green+Blue) = 199+95+255=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 95 (37.5% from 255 or 17.30% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C75FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75FFF is #38A000. Grayscale: #8F8F8F. Windows color (decimal): -3710977 or 16736199. OLE color: 16736199.

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

Color convert

RGB19995255-
CMYK0.220.6300
HSL279º100%68.63%-
HSV(B)279º62.75%100%-
XYZ45.727.5597.52-
YUV144.34190.46166.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.25%
GREEN value IS 95 (37.5% from 255) = 17.30%
BLUE value IS 255 (100% from 255) = 46.45%
R=36.25%
G=17.30%
B=46.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal199952550.220.630027910068.63
HexC75FFF163F001176445
Octal307137377267700427144105
Binary11000111101111111111111101101111110010001011111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75FFF; }

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

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

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

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

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

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

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

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