#C09AFF

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

Shades of Perfume #C09AFF

Tints of Perfume #C09AFF

Color information

#C09AFF (or 0xC09AFF) is unknown color: approx Perfume. HEX triplet: C0, 9A and FF. RGB value is (192,154,255). Sum of RGB (Red+Green+Blue) = 192+154+255=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C09AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AFF is #3F6500. Grayscale: #B0B0B0. Windows color (decimal): -4154625 or 16751296. OLE color: 16751296.

HSL color Cylindrical-coordinate representation of color #C09AFF: hue angle of 262.57º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C09AFF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192154255-
CMYK0.250.4000
HSL262.57º100%80.2%-
HSV(B)262.57º39.61%100%-
XYZ51.3441.5499.92-
YUV176.88172.09138.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 154 (60.55% from 255) = 25.62%
BLUE value IS 255 (100% from 255) = 42.43%
R=31.95%
G=25.62%
B=42.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921542550.250.4000262.5710080.2
HexC09AFF1928001076450
Octal300232377315000407144120
Binary110000001001101011111111110011010000010000011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AFF; }

 p { color: rgb(192,154,255); }

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

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

 a { background-color: rgb(192,154,255); }

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

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

 span { border-color: rgb(192,154,255); }

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