#C264A7

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

Shades of Hopbush #C264A7

Tints of Hopbush #C264A7

Color information

#C264A7 (or 0xC264A7) is unknown color: approx Hopbush. HEX triplet: C2, 64 and A7. RGB value is (194,100,167). Sum of RGB (Red+Green+Blue) = 194+100+167=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 167 (65.62% from 255 or 36.23% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C264A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C264A7 is #3D9B58. Grayscale: #878787. Windows color (decimal): -4037465 or 10970306. OLE color: 10970306.

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

Color convert

RGB194100167-
CMYK00.480.140.24
HSL317.23º43.52%57.65%-
HSV(B)317.23º48.45%76.08%-
XYZ33.7823.3739.29-
YUV135.74145.64169.55-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 167 (65.62% from 255) = 36.23%
R=42.08%
G=21.69%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410016700.480.140.24317.2343.5257.65
HexC264A7030E1813d2c3a
Octal30214424706016304755472
Binary110000101100100101001110110000111011000100111101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C264A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C264A7; }

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

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

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

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

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

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

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

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