#C596FA

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

Shades of Perfume #C596FA

Tints of Perfume #C596FA

Color information

#C596FA (or 0xC596FA) is unknown color: approx Perfume. HEX triplet: C5, 96 and FA. RGB value is (197,150,250). Sum of RGB (Red+Green+Blue) = 197+150+250=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #C596FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596FA is #3A6905. Grayscale: #AFAFAF. Windows color (decimal): -3827974 or 16422597. OLE color: 16422597.

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

Color convert

RGB197150250-
CMYK0.210.400.02
HSL268.2º90.91%78.43%-
HSV(B)268.2º40%98.04%-
XYZ51.1940.5995.58-
YUV175.45170.07143.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.00%
GREEN value IS 150 (58.98% from 255) = 25.13%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=33.00%
G=25.13%
B=41.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971502500.210.400.02268.290.9178.43
HexC596FA15280210c5b4e
Octal305226372255002414133116
Binary1100010110010110111110101010110100001010000110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596FA; }

 p { color: rgb(197,150,250); }

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

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

 a { background-color: rgb(197,150,250); }

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

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

 span { border-color: rgb(197,150,250); }

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