#C29EF4

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

Shades of Perfume #C29EF4

Tints of Perfume #C29EF4

Color information

#C29EF4 (or 0xC29EF4) is unknown color: approx Perfume. HEX triplet: C2, 9E and F4. RGB value is (194,158,244). Sum of RGB (Red+Green+Blue) = 194+158+244=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #C29EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EF4 is #3D610B. Grayscale: #B2B2B2. Windows color (decimal): -4022540 or 16031426. OLE color: 16031426.

HSL color Cylindrical-coordinate representation of color #C29EF4: hue angle of 265.12º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C29EF4 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194158244-
CMYK0.200.3500.04
HSL265.12º79.63%78.82%-
HSV(B)265.12º35.25%95.69%-
XYZ50.842.4591.1-
YUV178.57164.93139.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.55%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 244 (95.70% from 255) = 40.94%
R=32.55%
G=26.51%
B=40.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941582440.200.3500.04265.1279.6378.82
HexC29EF4142304109504f
Octal302236364244304411120117
Binary11000010100111101111010010100100011010010000100110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EF4; }

 p { color: rgb(194,158,244); }

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

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

 a { background-color: rgb(194,158,244); }

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

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

 span { border-color: rgb(194,158,244); }

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