#C293F8

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

Shades of Perfume #C293F8

Tints of Perfume #C293F8

Color information

#C293F8 (or 0xC293F8) is unknown color: approx Perfume. HEX triplet: C2, 93 and F8. RGB value is (194,147,248). Sum of RGB (Red+Green+Blue) = 194+147+248=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #C293F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293F8 is #3D6C07. Grayscale: #ACACAC. Windows color (decimal): -4025352 or 16290754. OLE color: 16290754.

HSL color Cylindrical-coordinate representation of color #C293F8: hue angle of 267.92º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C293F8 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB194147248-
CMYK0.220.4100.03
HSL267.92º87.83%77.45%-
HSV(B)267.92º40.73%97.25%-
XYZ49.6339.1193.74-
YUV172.57170.57143.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 147 (57.81% from 255) = 24.96%
BLUE value IS 248 (97.27% from 255) = 42.11%
R=32.94%
G=24.96%
B=42.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1941472480.220.4100.03267.9287.8377.45
HexC293F816290310c584d
Octal302223370265103414130115
Binary1100001010010011111110001011010100101110000110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293F8; }

 p { color: rgb(194,147,248); }

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

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

 a { background-color: rgb(194,147,248); }

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

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

 span { border-color: rgb(194,147,248); }

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