#C494FD

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

Shades of Perfume #C494FD

Tints of Perfume #C494FD

Color information

#C494FD (or 0xC494FD) is unknown color: approx Perfume. HEX triplet: C4, 94 and FD. RGB value is (196,148,253). Sum of RGB (Red+Green+Blue) = 196+148+253=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #C494FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C494FD is #3B6B02. Grayscale: #ADADAD. Windows color (decimal): -3894019 or 16618692. OLE color: 16618692.

HSL color Cylindrical-coordinate representation of color #C494FD: hue angle of 267.43º 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 #C494FD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB196148253-
CMYK0.230.4200.01
HSL267.43º96.33%78.63%-
HSV(B)267.43º41.5%99.22%-
XYZ51.0840.0197.96-
YUV174.32172.4143.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.83%
GREEN value IS 148 (58.20% from 255) = 24.79%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=32.83%
G=24.79%
B=42.38%

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
Decimal1961482530.230.4200.01267.4396.3378.63
HexC494FD172A0110b604f
Octal304224375275201413140117
Binary110001001001010011111101101111010100110000101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C494FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C494FD; }

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

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

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

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

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

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

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

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