#C29BFC

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

Shades of Perfume #C29BFC

Tints of Perfume #C29BFC

Color information

#C29BFC (or 0xC29BFC) is unknown color: approx Perfume. HEX triplet: C2, 9B and FC. RGB value is (194,155,252). Sum of RGB (Red+Green+Blue) = 194+155+252=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 155 (60.94% from 255 or 25.79% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #C29BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29BFC is #3D6403. Grayscale: #B1B1B1. Windows color (decimal): -4023300 or 16554946. OLE color: 16554946.

HSL color Cylindrical-coordinate representation of color #C29BFC: hue angle of 264.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C29BFC is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194155252-
CMYK0.230.3800.01
HSL264.12º94.17%79.8%-
HSV(B)264.12º38.49%98.82%-
XYZ51.5441.9497.47-
YUV177.72169.92139.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 155 (60.94% from 255) = 25.79%
BLUE value IS 252 (98.83% from 255) = 41.93%
R=32.28%
G=25.79%
B=41.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941552520.230.3800.01264.1294.1779.8
HexC29BFC1726011085e50
Octal302233374274601410136120
Binary110000101001101111111100101111001100110000100010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BFC; }

 p { color: rgb(194,155,252); }

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

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

 a { background-color: rgb(194,155,252); }

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

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

 span { border-color: rgb(194,155,252); }

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