#C65CFF

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

Shades of Heliotrope #C65CFF

Tints of Heliotrope #C65CFF

Color information

#C65CFF (or 0xC65CFF) is unknown color: approx Heliotrope. HEX triplet: C6, 5C and FF. RGB value is (198,92,255). Sum of RGB (Red+Green+Blue) = 198+92+255=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #C65CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CFF is #39A300. Grayscale: #8D8D8D. Windows color (decimal): -3777281 or 16735430. OLE color: 16735430.

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

Color convert

RGB19892255-
CMYK0.220.6400
HSL279.02º100%68.04%-
HSV(B)279.02º63.92%100%-
XYZ45.1726.8897.42-
YUV142.28191.62167.75-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.33%
GREEN value IS 92 (36.33% from 255) = 16.88%
BLUE value IS 255 (100% from 255) = 46.79%
R=36.33%
G=16.88%
B=46.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal198922550.220.6400279.0210068.04
HexC65CFF1640001176444
Octal3061343772610000427144104
Binary110001101011100111111111011010000000010001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65CFF; }

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

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

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

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

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

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

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

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