#C29FDF

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

Shades of Perfume #C29FDF

Tints of Perfume #C29FDF

Color information

#C29FDF (or 0xC29FDF) is unknown color: approx Perfume. HEX triplet: C2, 9F and DF. RGB value is (194,159,223). Sum of RGB (Red+Green+Blue) = 194+159+223=576 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.68% from 576); Green value is 159 (62.5% from 255 or 27.60% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #C29FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C29FDF is #3D6020. Grayscale: #B0B0B0. Windows color (decimal): -4022305 or 14655426. OLE color: 14655426.

HSL color Cylindrical-coordinate representation of color #C29FDF: hue angle of 272.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29FDF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194159223-
CMYK0.130.2900.13
HSL272.81º50%74.9%-
HSV(B)272.81º28.7%87.45%-
XYZ47.9741.5975.31-
YUV176.76154.1140.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.68%
GREEN value IS 159 (62.5% from 255) = 27.60%
BLUE value IS 223 (87.5% from 255) = 38.72%
R=33.68%
G=27.60%
B=38.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941592230.130.2900.13272.815074.9
HexC29FDFD1D0D111324b
Octal302237337153501542162113
Binary110000101001111111011111110111101011011000100011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FDF; }

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

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

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

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

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

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

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

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