#C368F0

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

Shades of Heliotrope #C368F0

Tints of Heliotrope #C368F0

Color information

#C368F0 (or 0xC368F0) is unknown color: approx Heliotrope. HEX triplet: C3, 68 and F0. RGB value is (195,104,240). Sum of RGB (Red+Green+Blue) = 195+104+240=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #C368F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368F0 is #3C970F. Grayscale: #929292. Windows color (decimal): -3970832 or 15755459. OLE color: 15755459.

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

Color convert

RGB195104240-
CMYK0.190.5700.06
HSL280.15º81.93%67.45%-
HSV(B)280.15º56.67%94.12%-
XYZ43.1827.7985.53-
YUV146.71180.65162.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.18%
GREEN value IS 104 (41.02% from 255) = 19.29%
BLUE value IS 240 (94.14% from 255) = 44.53%
R=36.18%
G=19.29%
B=44.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1951042400.190.5700.06280.1581.9367.45
HexC368F01339061185243
Octal303150360237106430122103
Binary1100001111010001111000010011111001011010001100010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368F0; }

 p { color: rgb(195,104,240); }

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

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

 a { background-color: rgb(195,104,240); }

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

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

 span { border-color: rgb(195,104,240); }

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