#C097FC

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

Shades of Perfume #C097FC

Tints of Perfume #C097FC

Color information

#C097FC (or 0xC097FC) is unknown color: approx Perfume. HEX triplet: C0, 97 and FC. RGB value is (192,151,252). Sum of RGB (Red+Green+Blue) = 192+151+252=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 151 (59.38% from 255 or 25.38% from 595); Blue value is 252 (98.83% from 255 or 42.35% from 595); Max value from RGB is 252 - color contains mainly: blue. Hex color #C097FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C097FC is #3F6803. Grayscale: #AEAEAE. Windows color (decimal): -4155396 or 16553920. OLE color: 16553920.

HSL color Cylindrical-coordinate representation of color #C097FC: hue angle of 264.36º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C097FC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB192151252-
CMYK0.240.4000.01
HSL264.36º94.39%79.02%-
HSV(B)264.36º40.08%98.82%-
XYZ50.3840.3797.23-
YUV174.77171.58140.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.27%
GREEN value IS 151 (59.38% from 255) = 25.38%
BLUE value IS 252 (98.83% from 255) = 42.35%
R=32.27%
G=25.38%
B=42.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921512520.240.4000.01264.3694.3979.02
HexC097FC1828011085e4f
Octal300227374305001410136117
Binary110000001001011111111100110001010000110000100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C097FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C097FC; }

 p { color: rgb(192,151,252); }

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

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

 a { background-color: rgb(192,151,252); }

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

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

 span { border-color: rgb(192,151,252); }

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