#C278AD

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

Shades of Bouquet #C278AD

Tints of Bouquet #C278AD

Color information

#C278AD (or 0xC278AD) is unknown color: approx Bouquet. HEX triplet: C2, 78 and AD. RGB value is (194,120,173). Sum of RGB (Red+Green+Blue) = 194+120+173=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C278AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278AD is #3D8752. Grayscale: #949494. Windows color (decimal): -4032339 or 11368642. OLE color: 11368642.

HSL color Cylindrical-coordinate representation of color #C278AD: hue angle of 317.03º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C278AD is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194120173-
CMYK00.380.110.24
HSL317.03º37.76%61.57%-
HSV(B)317.03º38.14%76.08%-
XYZ36.5127.9243-
YUV148.17142.02160.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 120 (47.27% from 255) = 24.64%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=39.84%
G=24.64%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412017300.380.110.24317.0337.7661.57
HexC278AD026B1813d263e
Octal30217025504613304754676
Binary110000101111000101011010100110101111000100111101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C278AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C278AD; }

 p { color: rgb(194,120,173); }

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

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

 a { background-color: rgb(194,120,173); }

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

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

 span { border-color: rgb(194,120,173); }

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