#C394FD

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

Shades of Perfume #C394FD

Tints of Perfume #C394FD

Color information

#C394FD (or 0xC394FD) is unknown color: approx Perfume. HEX triplet: C3, 94 and FD. RGB value is (195,148,253). Sum of RGB (Red+Green+Blue) = 195+148+253=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #C394FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FD is #3C6B02. Grayscale: #ADADAD. Windows color (decimal): -3959555 or 16618691. OLE color: 16618691.

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

Color convert

RGB195148253-
CMYK0.230.4200.01
HSL266.86º96.33%78.63%-
HSV(B)266.86º41.5%99.22%-
XYZ50.8339.8797.95-
YUV174.02172.57142.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 148 (58.20% from 255) = 24.83%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=32.72%
G=24.83%
B=42.45%

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
Decimal1951482530.230.4200.01266.8696.3378.63
HexC394FD172A0110b604f
Octal303224375275201413140117
Binary110000111001010011111101101111010100110000101111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394FD; }

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

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

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

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

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

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

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

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