#C2A7E0

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

Shades of Perfume #C2A7E0

Tints of Perfume #C2A7E0

Color information

#C2A7E0 (or 0xC2A7E0) is unknown color: approx Perfume. HEX triplet: C2, A7 and E0. RGB value is (194,167,224). Sum of RGB (Red+Green+Blue) = 194+167+224=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2A7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7E0 is #3D581F. Grayscale: #B5B5B5. Windows color (decimal): -4020256 or 14723010. OLE color: 14723010.

HSL color Cylindrical-coordinate representation of color #C2A7E0: hue angle of 268.42º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2A7E0 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194167224-
CMYK0.130.2500.12
HSL268.42º47.9%76.67%-
HSV(B)268.42º25.45%87.84%-
XYZ49.5244.4976.5-
YUV181.57151.95136.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 167 (65.62% from 255) = 28.55%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=33.16%
G=28.55%
B=38.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941672240.130.2500.12268.4247.976.67
HexC2A7E0D190C10c304d
Octal302247340153101441460115
Binary110000101010011111100000110111001011001000011001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A7E0; }

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

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

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

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

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

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

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

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