#C29CFE

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

Shades of Perfume #C29CFE

Tints of Perfume #C29CFE

Color information

#C29CFE (or 0xC29CFE) is unknown color: approx Perfume. HEX triplet: C2, 9C and FE. RGB value is (194,156,254). Sum of RGB (Red+Green+Blue) = 194+156+254=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #C29CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CFE is #3D6301. Grayscale: #B2B2B2. Windows color (decimal): -4023042 or 16686274. OLE color: 16686274.

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

Color convert

RGB194156254-
CMYK0.240.3900.00
HSL263.27º98%80.39%-
HSV(B)263.27º38.58%99.61%-
XYZ52.0342.499.21-
YUV178.53170.59139.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.12%
GREEN value IS 156 (61.33% from 255) = 25.83%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=32.12%
G=25.83%
B=42.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941562540.240.3900.00263.279880.39
HexC29CFE1827001076250
Octal302234376304700407142120
Binary110000101001110011111110110001001110010000011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CFE; }

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

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

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

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

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

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

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

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