#C65FF7

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

Shades of Heliotrope #C65FF7

Tints of Heliotrope #C65FF7

Color information

#C65FF7 (or 0xC65FF7) is unknown color: approx Heliotrope. HEX triplet: C6, 5F and F7. RGB value is (198,95,247). Sum of RGB (Red+Green+Blue) = 198+95+247=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #C65FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65FF7 is #39A008. Grayscale: #8E8E8E. Windows color (decimal): -3776521 or 16211910. OLE color: 16211910.

HSL color Cylindrical-coordinate representation of color #C65FF7: hue angle of 280.66º 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 #C65FF7 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB19895247-
CMYK0.200.6200.03
HSL280.66º90.48%67.06%-
HSV(B)280.66º61.54%96.86%-
XYZ44.1726.9190.86-
YUV143.12186.62167.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.67%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 247 (96.88% from 255) = 45.74%
R=36.67%
G=17.59%
B=45.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal198952470.200.6200.03280.6690.4867.06
HexC65FF7143E031195a43
Octal306137367247603431132103
Binary110001101011111111101111010011111001110001100110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65FF7; }

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

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

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

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

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

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

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

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