#C374FF

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

Shades of Heliotrope #C374FF

Tints of Heliotrope #C374FF

Color information

#C374FF (or 0xC374FF) is unknown color: approx Heliotrope. HEX triplet: C3, 74 and FF. RGB value is (195,116,255). Sum of RGB (Red+Green+Blue) = 195+116+255=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 116 (45.70% from 255 or 20.49% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #C374FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374FF is #3C8B00. Grayscale: #9A9A9A. Windows color (decimal): -3967745 or 16741571. OLE color: 16741571.

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

Color convert

RGB195116255-
CMYK0.240.5500
HSL274.1º100%72.75%-
HSV(B)274.1º54.51%100%-
XYZ46.831.3198.19-
YUV155.47184.17156.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.45%
GREEN value IS 116 (45.70% from 255) = 20.49%
BLUE value IS 255 (100% from 255) = 45.05%
R=34.45%
G=20.49%
B=45.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951162550.240.5500274.110072.75
HexC374FF1837001126449
Octal303164377306700422144111
Binary11000011111010011111111110001101110010001001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C374FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C374FF; }

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

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

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

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

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

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

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

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