#C292FF

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

Shades of Perfume #C292FF

Tints of Perfume #C292FF

Color information

#C292FF (or 0xC292FF) is unknown color: approx Perfume. HEX triplet: C2, 92 and FF. RGB value is (194,146,255). Sum of RGB (Red+Green+Blue) = 194+146+255=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #C292FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292FF is #3D6D00. Grayscale: #ACACAC. Windows color (decimal): -4025601 or 16749250. OLE color: 16749250.

HSL color Cylindrical-coordinate representation of color #C292FF: hue angle of 266.42º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C292FF is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB194146255-
CMYK0.240.4300
HSL266.42º100%78.63%-
HSV(B)266.42º42.75%100%-
XYZ50.5839.2599.52-
YUV172.78174.4143.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 255 (100% from 255) = 42.86%
R=32.61%
G=24.54%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1941462550.240.4300266.4210078.63
HexC292FF182B0010a644f
Octal302222377305300412144117
Binary110000101001001011111111110001010110010000101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292FF; }

 p { color: rgb(194,146,255); }

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

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

 a { background-color: rgb(194,146,255); }

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

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

 span { border-color: rgb(194,146,255); }

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