#C273A7

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

Shades of Hopbush #C273A7

Tints of Hopbush #C273A7

Color information

#C273A7 (or 0xC273A7) is unknown color: approx Hopbush. HEX triplet: C2, 73 and A7. RGB value is (194,115,167). Sum of RGB (Red+Green+Blue) = 194+115+167=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C273A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C273A7 is #3D8C58. Grayscale: #909090. Windows color (decimal): -4033625 or 10974146. OLE color: 10974146.

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

Color convert

RGB194115167-
CMYK00.410.140.24
HSL320.51º39.3%60.59%-
HSV(B)320.51º40.72%76.08%-
XYZ35.3526.5239.81-
YUV144.55140.67163.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 115 (45.31% from 255) = 24.16%
BLUE value IS 167 (65.62% from 255) = 35.08%
R=40.76%
G=24.16%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411516700.410.140.24320.5139.360.59
HexC273A7029E18141273d
Octal30216324705116305014775
Binary110000101110011101001110101001111011000101000001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273A7; }

 p { color: rgb(194,115,167); }

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

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

 a { background-color: rgb(194,115,167); }

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

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

 span { border-color: rgb(194,115,167); }

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