#C29DFF

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

Shades of Perfume #C29DFF

Tints of Perfume #C29DFF

Color information

#C29DFF (or 0xC29DFF) is unknown color: approx Perfume. HEX triplet: C2, 9D and FF. RGB value is (194,157,255). Sum of RGB (Red+Green+Blue) = 194+157+255=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 157 (61.72% from 255 or 25.91% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #C29DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DFF is #3D6200. Grayscale: #B2B2B2. Windows color (decimal): -4022785 or 16752066. OLE color: 16752066.

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

Color convert

RGB194157255-
CMYK0.240.3800
HSL262.65º100%80.78%-
HSV(B)262.65º38.43%100%-
XYZ52.3642.8100.11-
YUV179.24170.76138.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 157 (61.72% from 255) = 25.91%
BLUE value IS 255 (100% from 255) = 42.08%
R=32.01%
G=25.91%
B=42.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941572550.240.3800262.6510080.78
HexC29DFF1826001076451
Octal302235377304600407144121
Binary110000101001110111111111110001001100010000011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DFF; }

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

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

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

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

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

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

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

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