#C265A6

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

Shades of Hopbush #C265A6

Tints of Hopbush #C265A6

Color information

#C265A6 (or 0xC265A6) is unknown color: approx Hopbush. HEX triplet: C2, 65 and A6. RGB value is (194,101,166). Sum of RGB (Red+Green+Blue) = 194+101+166=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 166 (65.23% from 255 or 36.01% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C265A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265A6 is #3D9A59. Grayscale: #888888. Windows color (decimal): -4037210 or 10905026. OLE color: 10905026.

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

Color convert

RGB194101166-
CMYK00.480.140.24
HSL318.06º43.26%57.84%-
HSV(B)318.06º47.94%76.08%-
XYZ33.7823.5338.84-
YUV136.22144.81169.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 166 (65.23% from 255) = 36.01%
R=42.08%
G=21.91%
B=36.01%

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
Decimal19410116600.480.140.24318.0643.2657.84
HexC265A6030E1813e2b3a
Octal30214524606016304765372
Binary110000101100101101001100110000111011000100111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265A6; }

 p { color: rgb(194,101,166); }

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

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

 a { background-color: rgb(194,101,166); }

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

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

 span { border-color: rgb(194,101,166); }

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