#C494FC

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

Shades of Perfume #C494FC

Tints of Perfume #C494FC

Color information

#C494FC (or 0xC494FC) is unknown color: approx Perfume. HEX triplet: C4, 94 and FC. RGB value is (196,148,252). Sum of RGB (Red+Green+Blue) = 196+148+252=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #C494FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494FC is #3B6B03. Grayscale: #ADADAD. Windows color (decimal): -3894020 or 16553156. OLE color: 16553156.

HSL color Cylindrical-coordinate representation of color #C494FC: hue angle of 267.69º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C494FC is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196148252-
CMYK0.220.4100.01
HSL267.69º94.55%78.43%-
HSV(B)267.69º41.27%98.82%-
XYZ50.9339.9497.12-
YUV174.21171.9143.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.89%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=32.89%
G=24.83%
B=42.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1961482520.220.4100.01267.6994.5578.43
HexC494FC16290110c5f4e
Octal304224374265101414137116
Binary110001001001010011111100101101010010110000110010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494FC; }

 p { color: rgb(196,148,252); }

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

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

 a { background-color: rgb(196,148,252); }

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

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

 span { border-color: rgb(196,148,252); }

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