#C65FA0

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

Shades of Hopbush #C65FA0

Tints of Hopbush #C65FA0

Color information

#C65FA0 (or 0xC65FA0) is unknown color: approx Hopbush. HEX triplet: C6, 5F and A0. RGB value is (198,95,160). Sum of RGB (Red+Green+Blue) = 198+95+160=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FA0 is #39A05F. Grayscale: #858585. Windows color (decimal): -3776608 or 10510278. OLE color: 10510278.

HSL color Cylindrical-coordinate representation of color #C65FA0: hue angle of 322.14º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FA0 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB19895160-
CMYK00.520.190.22
HSL322.14º47.47%57.45%-
HSV(B)322.14º52.02%77.65%-
XYZ33.7322.7335.87-
YUV133.21143.12174.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 160 (62.89% from 255) = 35.32%
R=43.71%
G=20.97%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989516000.520.190.22322.1447.4757.45
HexC65FA003413161422f39
Octal30613724006423265025771
Binary1100011010111111010000001101001001110110101000010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65FA0; }

 p { color: rgb(198,95,160); }

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

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

 a { background-color: rgb(198,95,160); }

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

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

 span { border-color: rgb(198,95,160); }

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