#C394FB

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

Shades of Perfume #C394FB

Tints of Perfume #C394FB

Color information

#C394FB (or 0xC394FB) is unknown color: approx Perfume. HEX triplet: C3, 94 and FB. RGB value is (195,148,251). Sum of RGB (Red+Green+Blue) = 195+148+251=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C394FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C394FB is #3C6B04. Grayscale: #ADADAD. Windows color (decimal): -3959557 or 16487619. OLE color: 16487619.

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

Color convert

RGB195148251-
CMYK0.220.4100.02
HSL267.38º92.79%78.24%-
HSV(B)267.38º41.04%98.43%-
XYZ50.5139.7596.28-
YUV173.8171.57143.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 148 (58.20% from 255) = 24.92%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=32.83%
G=24.92%
B=42.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1951482510.220.4100.02267.3892.7978.24
HexC394FB16290210b5d4e
Octal303224373265102413135116
Binary1100001110010100111110111011010100101010000101110111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394FB; }

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

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

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

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

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

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

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

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