#C65FA2

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

Shades of Hopbush #C65FA2

Tints of Hopbush #C65FA2

Color information

#C65FA2 (or 0xC65FA2) is unknown color: approx Hopbush. HEX triplet: C6, 5F and A2. RGB value is (198,95,162). Sum of RGB (Red+Green+Blue) = 198+95+162=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65FA2 is #39A05D. Grayscale: #858585. Windows color (decimal): -3776606 or 10641350. OLE color: 10641350.

HSL color Cylindrical-coordinate representation of color #C65FA2: hue angle of 320.97º 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 #C65FA2 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB19895162-
CMYK00.520.180.22
HSL320.97º47.47%57.45%-
HSV(B)320.97º52.02%77.65%-
XYZ33.922.836.8-
YUV133.43144.12174.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=43.52%
G=20.88%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989516200.520.180.22320.9747.4757.45
HexC65FA203412161412f39
Octal30613724206422265015771
Binary1100011010111111010001001101001001010110101000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65FA2; }

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

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

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

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

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

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

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

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