#C29FE3

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

Shades of Perfume #C29FE3

Tints of Perfume #C29FE3

Color information

#C29FE3 (or 0xC29FE3) is unknown color: approx Perfume. HEX triplet: C2, 9F and E3. RGB value is (194,159,227). Sum of RGB (Red+Green+Blue) = 194+159+227=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 159 (62.5% from 255 or 27.41% from 580); Blue value is 227 (89.06% from 255 or 39.14% from 580); Max value from RGB is 227 - color contains mainly: blue. Hex color #C29FE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FE3 is #3D601C. Grayscale: #B0B0B0. Windows color (decimal): -4022301 or 14917570. OLE color: 14917570.

HSL color Cylindrical-coordinate representation of color #C29FE3: hue angle of 270.88º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C29FE3 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194159227-
CMYK0.150.3000.11
HSL270.88º54.84%75.69%-
HSV(B)270.88º29.96%89.02%-
XYZ48.5141.8178.19-
YUV177.22156.1139.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 159 (62.5% from 255) = 27.41%
BLUE value IS 227 (89.06% from 255) = 39.14%
R=33.45%
G=27.41%
B=39.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941592270.150.3000.11270.8854.8475.69
HexC29FE3F1E0B10f374c
Octal302237343173601341767114
Binary110000101001111111100011111111110010111000011111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FE3; }

 p { color: rgb(194,159,227); }

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

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

 a { background-color: rgb(194,159,227); }

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

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

 span { border-color: rgb(194,159,227); }

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