#C0A4FB

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

Shades of Perfume #C0A4FB

Tints of Perfume #C0A4FB

Color information

#C0A4FB (or 0xC0A4FB) is unknown color: approx Perfume. HEX triplet: C0, A4 and FB. RGB value is (192,164,251). Sum of RGB (Red+Green+Blue) = 192+164+251=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0A4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A4FB is #3F5B04. Grayscale: #B5B5B5. Windows color (decimal): -4152069 or 16491712. OLE color: 16491712.

HSL color Cylindrical-coordinate representation of color #C0A4FB: hue angle of 259.31º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A4FB is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192164251-
CMYK0.240.3500.02
HSL259.31º91.58%81.37%-
HSV(B)259.31º34.66%98.43%-
XYZ52.4344.7297.14-
YUV182.29166.78134.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.63%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=31.63%
G=27.02%
B=41.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921642510.240.3500.02259.3191.5881.37
HexC0A4FB1823021035c51
Octal300244373304302403134121
Binary1100000010100100111110111100010001101010000001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A4FB; }

 p { color: rgb(192,164,251); }

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

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

 a { background-color: rgb(192,164,251); }

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

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

 span { border-color: rgb(192,164,251); }

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