#C965F0

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

Shades of Heliotrope #C965F0

Tints of Heliotrope #C965F0

Color information

#C965F0 (or 0xC965F0) is unknown color: approx Heliotrope. HEX triplet: C9, 65 and F0. RGB value is (201,101,240). Sum of RGB (Red+Green+Blue) = 201+101+240=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 240 (94.14% from 255 or 44.28% from 542); Max value from RGB is 240 - color contains mainly: blue. Hex color #C965F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C965F0 is #369A0F. Grayscale: #929292. Windows color (decimal): -3578384 or 15754697. OLE color: 15754697.

HSL color Cylindrical-coordinate representation of color #C965F0: hue angle of 283.17º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C965F0 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB201101240-
CMYK0.160.5800.06
HSL283.17º82.25%66.86%-
HSV(B)283.17º57.92%94.12%-
XYZ44.4728.0285.5-
YUV146.75180.63166.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 240 (94.14% from 255) = 44.28%
R=37.08%
G=18.63%
B=44.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2011012400.160.5800.06283.1782.2566.86
HexC965F0103A0611b5243
Octal311145360207206433122103
Binary1100100111001011111000010000111010011010001101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C965F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C965F0; }

 p { color: rgb(201,101,240); }

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

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

 a { background-color: rgb(201,101,240); }

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

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

 span { border-color: rgb(201,101,240); }

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