#C09CFA

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

Shades of Perfume #C09CFA

Tints of Perfume #C09CFA

Color information

#C09CFA (or 0xC09CFA) is unknown color: approx Perfume. HEX triplet: C0, 9C and FA. RGB value is (192,156,250). Sum of RGB (Red+Green+Blue) = 192+156+250=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #C09CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CFA is #3F6305. Grayscale: #B1B1B1. Windows color (decimal): -4154118 or 16424128. OLE color: 16424128.

HSL color Cylindrical-coordinate representation of color #C09CFA: hue angle of 262.98º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C09CFA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192156250-
CMYK0.230.3800.02
HSL262.98º90.38%79.61%-
HSV(B)262.98º37.6%98.04%-
XYZ50.8841.8995.85-
YUV177.48168.93138.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=32.11%
G=26.09%
B=41.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921562500.230.3800.02262.9890.3879.61
HexC09CFA1726021075a50
Octal300234372274602407132120
Binary1100000010011100111110101011110011001010000011110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CFA; }

 p { color: rgb(192,156,250); }

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

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

 a { background-color: rgb(192,156,250); }

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

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

 span { border-color: rgb(192,156,250); }

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