#C29FFD

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

Shades of Perfume #C29FFD

Tints of Perfume #C29FFD

Color information

#C29FFD (or 0xC29FFD) is unknown color: approx Perfume. HEX triplet: C2, 9F and FD. RGB value is (194,159,253). Sum of RGB (Red+Green+Blue) = 194+159+253=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #C29FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29FFD is #3D6002. Grayscale: #B3B3B3. Windows color (decimal): -4022275 or 16621506. OLE color: 16621506.

HSL color Cylindrical-coordinate representation of color #C29FFD: hue angle of 262.34º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C29FFD is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194159253-
CMYK0.230.3700.01
HSL262.34º95.92%80.78%-
HSV(B)262.34º37.15%99.22%-
XYZ52.3843.3698.54-
YUV180.18169.1137.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.01%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=32.01%
G=26.24%
B=41.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941592530.230.3700.01262.3495.9280.78
HexC29FFD1725011066051
Octal302237375274501406140121
Binary110000101001111111111101101111001010110000011011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FFD; }

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

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

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

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

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

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

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

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