#C29DFE

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

Shades of Perfume #C29DFE

Tints of Perfume #C29DFE

Color information

#C29DFE (or 0xC29DFE) is unknown color: approx Perfume. HEX triplet: C2, 9D and FE. RGB value is (194,157,254). Sum of RGB (Red+Green+Blue) = 194+157+254=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #C29DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DFE is #3D6201. Grayscale: #B2B2B2. Windows color (decimal): -4022786 or 16686530. OLE color: 16686530.

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

Color convert

RGB194157254-
CMYK0.240.3800.00
HSL262.89º97.98%80.59%-
HSV(B)262.89º38.19%99.61%-
XYZ52.1942.7499.26-
YUV179.12170.26138.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 157 (61.72% from 255) = 25.95%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=32.07%
G=25.95%
B=41.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941572540.240.3800.00262.8997.9880.59
HexC29DFE1826001076251
Octal302235376304600407142121
Binary110000101001110111111110110001001100010000011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DFE; }

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

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

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

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

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

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

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

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