#C29EFD

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

Shades of Perfume #C29EFD

Tints of Perfume #C29EFD

Color information

#C29EFD (or 0xC29EFD) is unknown color: approx Perfume. HEX triplet: C2, 9E and FD. RGB value is (194,158,253). Sum of RGB (Red+Green+Blue) = 194+158+253=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #C29EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29EFD is #3D6102. Grayscale: #B3B3B3. Windows color (decimal): -4022531 or 16621250. OLE color: 16621250.

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

Color convert

RGB194158253-
CMYK0.230.3800.01
HSL262.74º95.96%80.59%-
HSV(B)262.74º37.55%99.22%-
XYZ52.243.0198.48-
YUV179.59169.43138.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.07%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=32.07%
G=26.12%
B=41.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941582530.230.3800.01262.7495.9680.59
HexC29EFD1726011076051
Octal302236375274601407140121
Binary110000101001111011111101101111001100110000011111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EFD; }

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

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

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

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

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

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

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

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