#C165A8

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

Shades of Hopbush #C165A8

Tints of Hopbush #C165A8

Color information

#C165A8 (or 0xC165A8) is unknown color: approx Hopbush. HEX triplet: C1, 65 and A8. RGB value is (193,101,168). Sum of RGB (Red+Green+Blue) = 193+101+168=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C165A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C165A8 is #3E9A57. Grayscale: #878787. Windows color (decimal): -4102744 or 11036097. OLE color: 11036097.

HSL color Cylindrical-coordinate representation of color #C165A8: hue angle of 316.3º degrees, saturation: 0.43, 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 #C165A8 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB193101168-
CMYK00.480.130.24
HSL316.3º42.59%57.65%-
HSV(B)316.3º47.67%75.69%-
XYZ33.7123.4739.8-
YUV136.15145.98168.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 168 (66.02% from 255) = 36.36%
R=41.77%
G=21.86%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310116800.480.130.24316.342.5957.65
HexC165A8030D1813c2b3a
Octal30114525006015304745372
Binary110000011100101101010000110000110111000100111100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C165A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C165A8; }

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

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

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

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

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

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

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

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