#C368F4

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

Shades of Heliotrope #C368F4

Tints of Heliotrope #C368F4

Color information

#C368F4 (or 0xC368F4) is unknown color: approx Heliotrope. HEX triplet: C3, 68 and F4. RGB value is (195,104,244). Sum of RGB (Red+Green+Blue) = 195+104+244=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #C368F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C368F4 is #3C970B. Grayscale: #929292. Windows color (decimal): -3970828 or 16017603. OLE color: 16017603.

HSL color Cylindrical-coordinate representation of color #C368F4: hue angle of 279º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C368F4 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB195104244-
CMYK0.200.5700.04
HSL279º86.42%68.24%-
HSV(B)279º57.38%95.69%-
XYZ43.7928.0388.69-
YUV147.17182.65162.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 104 (41.02% from 255) = 19.15%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=35.91%
G=19.15%
B=44.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1951042440.200.5700.0427986.4268.24
HexC368F41439041175644
Octal303150364247104427126104
Binary1100001111010001111010010100111001010010001011110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C368F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C368F4; }

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

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

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

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

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

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

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

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