#C4A1ED

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

Shades of Perfume #C4A1ED

Tints of Perfume #C4A1ED

Color information

#C4A1ED (or 0xC4A1ED) is unknown color: approx Perfume. HEX triplet: C4, A1 and ED. RGB value is (196,161,237). Sum of RGB (Red+Green+Blue) = 196+161+237=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 161 (63.28% from 255 or 27.10% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #C4A1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A1ED is #3B5E12. Grayscale: #B3B3B3. Windows color (decimal): -3890707 or 15573444. OLE color: 15573444.

HSL color Cylindrical-coordinate representation of color #C4A1ED: hue angle of 267.63º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4A1ED is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB196161237-
CMYK0.170.3200.07
HSL267.63º67.86%78.04%-
HSV(B)267.63º32.07%92.94%-
XYZ50.843.3485.81-
YUV180.13160.1139.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 161 (63.28% from 255) = 27.10%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=33.00%
G=27.10%
B=39.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1961612370.170.3200.07267.6367.8678.04
HexC4A1ED11200710c444e
Octal304241355214007414104116
Binary11000100101000011110110110001100000011110000110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A1ED; }

 p { color: rgb(196,161,237); }

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

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

 a { background-color: rgb(196,161,237); }

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

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

 span { border-color: rgb(196,161,237); }

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