#C494FE

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

Shades of Perfume #C494FE

Tints of Perfume #C494FE

Color information

#C494FE (or 0xC494FE) is unknown color: approx Perfume. HEX triplet: C4, 94 and FE. RGB value is (196,148,254). Sum of RGB (Red+Green+Blue) = 196+148+254=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C494FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494FE is #3B6B01. Grayscale: #AEAEAE. Windows color (decimal): -3894018 or 16684228. OLE color: 16684228.

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

Color convert

RGB196148254-
CMYK0.230.4200.00
HSL267.17º98.15%78.82%-
HSV(B)267.17º41.73%99.61%-
XYZ51.2440.0798.8-
YUV174.44172.9143.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.78%
GREEN value IS 148 (58.20% from 255) = 24.75%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=32.78%
G=24.75%
B=42.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961482540.230.4200.00267.1798.1578.82
HexC494FE172A0010b624f
Octal304224376275200413142117
Binary110001001001010011111110101111010100010000101111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494FE; }

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

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

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

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

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

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

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

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