#C265A4

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

Shades of Hopbush #C265A4

Tints of Hopbush #C265A4

Color information

#C265A4 (or 0xC265A4) is unknown color: approx Hopbush. HEX triplet: C2, 65 and A4. RGB value is (194,101,164). Sum of RGB (Red+Green+Blue) = 194+101+164=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C265A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C265A4 is #3D9A5B. Grayscale: #878787. Windows color (decimal): -4037212 or 10773954. OLE color: 10773954.

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

Color convert

RGB194101164-
CMYK00.480.150.24
HSL319.35º43.26%57.84%-
HSV(B)319.35º47.94%76.08%-
XYZ33.623.4637.88-
YUV135.99143.81169.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=42.27%
G=22.00%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410116400.480.150.24319.3543.2657.84
HexC265A4030F1813f2b3a
Octal30214524406017304775372
Binary110000101100101101001000110000111111000100111111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C265A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C265A4; }

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

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

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

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

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

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

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

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