#C29AFF

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

Shades of Perfume #C29AFF

Tints of Perfume #C29AFF

Color information

#C29AFF (or 0xC29AFF) is unknown color: approx Perfume. HEX triplet: C2, 9A and FF. RGB value is (194,154,255). Sum of RGB (Red+Green+Blue) = 194+154+255=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #C29AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29AFF is #3D6500. Grayscale: #B1B1B1. Windows color (decimal): -4023553 or 16751298. OLE color: 16751298.

HSL color Cylindrical-coordinate representation of color #C29AFF: hue angle of 263.76º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C29AFF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194154255-
CMYK0.240.4000
HSL263.76º100%80.2%-
HSV(B)263.76º39.61%100%-
XYZ51.8541.899.94-
YUV177.47171.75139.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.17%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 255 (100% from 255) = 42.29%
R=32.17%
G=25.54%
B=42.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941542550.240.4000263.7610080.2
HexC29AFF1828001086450
Octal302232377305000410144120
Binary110000101001101011111111110001010000010000100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AFF; }

 p { color: rgb(194,154,255); }

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

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

 a { background-color: rgb(194,154,255); }

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

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

 span { border-color: rgb(194,154,255); }

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