#C29DEA

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

Shades of Perfume #C29DEA

Tints of Perfume #C29DEA

Color information

#C29DEA (or 0xC29DEA) is unknown color: approx Perfume. HEX triplet: C2, 9D and EA. RGB value is (194,157,234). Sum of RGB (Red+Green+Blue) = 194+157+234=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #C29DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29DEA is #3D6215. Grayscale: #B0B0B0. Windows color (decimal): -4022806 or 15375810. OLE color: 15375810.

HSL color Cylindrical-coordinate representation of color #C29DEA: hue angle of 268.83º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C29DEA is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194157234-
CMYK0.170.3300.08
HSL268.83º64.71%76.67%-
HSV(B)268.83º32.91%91.76%-
XYZ49.1641.5283.27-
YUV176.84160.26140.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 157 (61.72% from 255) = 26.84%
BLUE value IS 234 (91.80% from 255) = 40%
R=33.16%
G=26.84%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941572340.170.3300.08268.8364.7176.67
HexC29DEA11210810d414d
Octal3022353522141010415101115
Binary110000101001110111101010100011000010100010000110110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DEA; }

 p { color: rgb(194,157,234); }

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

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

 a { background-color: rgb(194,157,234); }

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

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

 span { border-color: rgb(194,157,234); }

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