#C370A7

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

Shades of Hopbush #C370A7

Tints of Hopbush #C370A7

Color information

#C370A7 (or 0xC370A7) is unknown color: approx Hopbush. HEX triplet: C3, 70 and A7. RGB value is (195,112,167). Sum of RGB (Red+Green+Blue) = 195+112+167=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A7 is #3C8F58. Grayscale: #8E8E8E. Windows color (decimal): -3968857 or 10973379. OLE color: 10973379.

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

Color convert

RGB195112167-
CMYK00.430.140.24
HSL320.24º40.89%60.2%-
HSV(B)320.24º42.56%76.47%-
XYZ35.2725.9839.71-
YUV143.09141.5165.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 112 (44.14% from 255) = 23.63%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=41.14%
G=23.63%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511216700.430.140.24320.2440.8960.2
HexC370A702BE18140293c
Octal30316024705316305005174
Binary110000111110000101001110101011111011000101000000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370A7; }

 p { color: rgb(195,112,167); }

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

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

 a { background-color: rgb(195,112,167); }

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

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

 span { border-color: rgb(195,112,167); }

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