#C568A1

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

Shades of Hopbush #C568A1

Tints of Hopbush #C568A1

Color information

#C568A1 (or 0xC568A1) is unknown color: approx Hopbush. HEX triplet: C5, 68 and A1. RGB value is (197,104,161). Sum of RGB (Red+Green+Blue) = 197+104+161=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C568A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C568A1 is #3A975E. Grayscale: #8A8A8A. Windows color (decimal): -3839839 or 10578117. OLE color: 10578117.

HSL color Cylindrical-coordinate representation of color #C568A1: hue angle of 323.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C568A1 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB197104161-
CMYK00.470.180.23
HSL323.23º44.5%59.02%-
HSV(B)323.23º47.21%77.25%-
XYZ34.4124.3436.6-
YUV138.3140.81169.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 104 (41.02% from 255) = 22.51%
BLUE value IS 161 (63.28% from 255) = 34.85%
R=42.64%
G=22.51%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710416100.470.180.23323.2344.559.02
HexC568A102F12171432c3b
Octal30515024105722275035473
Binary1100010111010001010000101011111001010111101000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C568A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C568A1; }

 p { color: rgb(197,104,161); }

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

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

 a { background-color: rgb(197,104,161); }

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

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

 span { border-color: rgb(197,104,161); }

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