#C366FF

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

Shades of Heliotrope #C366FF

Tints of Heliotrope #C366FF

Color information

#C366FF (or 0xC366FF) is unknown color: approx Heliotrope. HEX triplet: C3, 66 and FF. RGB value is (195,102,255). Sum of RGB (Red+Green+Blue) = 195+102+255=552 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.33% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #C366FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C366FF is #3C9900. Grayscale: #929292. Windows color (decimal): -3971329 or 16737987. OLE color: 16737987.

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

Color convert

RGB195102255-
CMYK0.240.600
HSL276.47º100%70%-
HSV(B)276.47º60%100%-
XYZ45.3128.3297.69-
YUV147.25188.81162.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.33%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 255 (100% from 255) = 46.20%
R=35.33%
G=18.48%
B=46.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951022550.240.600276.4710070
HexC366FF183C001146446
Octal303146377307400424144106
Binary11000011110011011111111110001111000010001010011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C366FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C366FF; }

 p { color: rgb(195,102,255); }

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

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

 a { background-color: rgb(195,102,255); }

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

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

 span { border-color: rgb(195,102,255); }

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