#C565F1

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

Shades of Heliotrope #C565F1

Tints of Heliotrope #C565F1

Color information

#C565F1 (or 0xC565F1) is unknown color: approx Heliotrope. HEX triplet: C5, 65 and F1. RGB value is (197,101,241). Sum of RGB (Red+Green+Blue) = 197+101+241=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #C565F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C565F1 is #3A9A0E. Grayscale: #919191. Windows color (decimal): -3840527 or 15820229. OLE color: 15820229.

HSL color Cylindrical-coordinate representation of color #C565F1: hue angle of 281.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C565F1 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB197101241-
CMYK0.180.5800.05
HSL281.14º83.33%67.06%-
HSV(B)281.14º58.09%94.51%-
XYZ43.5627.5386.24-
YUV145.66181.8164.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 101 (39.84% from 255) = 18.74%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=36.55%
G=18.74%
B=44.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971012410.180.5800.05281.1483.3367.06
HexC565F1123A051195343
Octal305145361227205431123103
Binary1100010111001011111000110010111010010110001100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C565F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C565F1; }

 p { color: rgb(197,101,241); }

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

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

 a { background-color: rgb(197,101,241); }

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

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

 span { border-color: rgb(197,101,241); }

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