#C29EF1

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

Shades of Perfume #C29EF1

Tints of Perfume #C29EF1

Color information

#C29EF1 (or 0xC29EF1) is unknown color: approx Perfume. HEX triplet: C2, 9E and F1. RGB value is (194,158,241). Sum of RGB (Red+Green+Blue) = 194+158+241=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #C29EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EF1 is #3D610E. Grayscale: #B1B1B1. Windows color (decimal): -4022543 or 15834818. OLE color: 15834818.

HSL color Cylindrical-coordinate representation of color #C29EF1: hue angle of 266.02º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29EF1 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194158241-
CMYK0.200.3400.05
HSL266.02º74.77%78.24%-
HSV(B)266.02º34.44%94.51%-
XYZ50.3542.2788.72-
YUV178.23163.43139.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.72%
GREEN value IS 158 (62.11% from 255) = 26.64%
BLUE value IS 241 (94.53% from 255) = 40.64%
R=32.72%
G=26.64%
B=40.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941582410.200.3400.05266.0274.7778.24
HexC29EF114220510a4b4e
Octal302236361244205412113116
Binary11000010100111101111000110100100010010110000101010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EF1; }

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

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

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

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

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

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

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

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