#C294FD

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

Shades of Perfume #C294FD

Tints of Perfume #C294FD

Color information

#C294FD (or 0xC294FD) is unknown color: approx Perfume. HEX triplet: C2, 94 and FD. RGB value is (194,148,253). Sum of RGB (Red+Green+Blue) = 194+148+253=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 148 (58.20% from 255 or 24.87% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #C294FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294FD is #3D6B02. Grayscale: #ADADAD. Windows color (decimal): -4025091 or 16618690. OLE color: 16618690.

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

Color convert

RGB194148253-
CMYK0.230.4200.01
HSL266.29º96.33%78.63%-
HSV(B)266.29º41.5%99.22%-
XYZ50.5739.7497.93-
YUV173.72172.74142.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 148 (58.20% from 255) = 24.87%
BLUE value IS 253 (99.22% from 255) = 42.52%
R=32.61%
G=24.87%
B=42.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941482530.230.4200.01266.2996.3378.63
HexC294FD172A0110a604f
Octal302224375275201412140117
Binary110000101001010011111101101111010100110000101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294FD; }

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

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

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

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

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

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

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

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