#C365A8

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

Shades of Hopbush #C365A8

Tints of Hopbush #C365A8

Color information

#C365A8 (or 0xC365A8) is unknown color: approx Hopbush. HEX triplet: C3, 65 and A8. RGB value is (195,101,168). Sum of RGB (Red+Green+Blue) = 195+101+168=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 168 (66.02% from 255 or 36.21% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C365A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365A8 is #3C9A57. Grayscale: #888888. Windows color (decimal): -3971672 or 11036099. OLE color: 11036099.

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

Color convert

RGB195101168-
CMYK00.480.140.24
HSL317.23º43.93%58.04%-
HSV(B)317.23º48.21%76.47%-
XYZ34.2323.7439.82-
YUV136.74145.64169.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 101 (39.84% from 255) = 21.77%
BLUE value IS 168 (66.02% from 255) = 36.21%
R=42.03%
G=21.77%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510116800.480.140.24317.2343.9358.04
HexC365A8030E1813d2c3a
Octal30314525006016304755472
Binary110000111100101101010000110000111011000100111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365A8; }

 p { color: rgb(195,101,168); }

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

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

 a { background-color: rgb(195,101,168); }

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

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

 span { border-color: rgb(195,101,168); }

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