#C2A7D5

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

Shades of Perfume #C2A7D5

Tints of Perfume #C2A7D5

Color information

#C2A7D5 (or 0xC2A7D5) is unknown color: approx Perfume. HEX triplet: C2, A7 and D5. RGB value is (194,167,213). Sum of RGB (Red+Green+Blue) = 194+167+213=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 167 (65.62% from 255 or 29.09% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2A7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7D5 is #3D582A. Grayscale: #B4B4B4. Windows color (decimal): -4020267 or 14002114. OLE color: 14002114.

HSL color Cylindrical-coordinate representation of color #C2A7D5: hue angle of 275.22º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2A7D5 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB194167213-
CMYK0.090.2200.16
HSL275.22º35.38%74.51%-
HSV(B)275.22º21.6%83.53%-
XYZ48.0843.9168.89-
YUV180.32146.45137.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.80%
GREEN value IS 167 (65.62% from 255) = 29.09%
BLUE value IS 213 (83.59% from 255) = 37.11%
R=33.80%
G=29.09%
B=37.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1941672130.090.2200.16275.2235.3874.51
HexC2A7D5916010113234b
Octal302247325112602042343113
Binary1100001010100111110101011001101100100001000100111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A7D5; }

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

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

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

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

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

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

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

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