#C09CFC

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

Shades of Perfume #C09CFC

Tints of Perfume #C09CFC

Color information

#C09CFC (or 0xC09CFC) is unknown color: approx Perfume. HEX triplet: C0, 9C and FC. RGB value is (192,156,252). Sum of RGB (Red+Green+Blue) = 192+156+252=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 156 (61.33% from 255 or 26% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #C09CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09CFC is #3F6303. Grayscale: #B1B1B1. Windows color (decimal): -4154116 or 16555200. OLE color: 16555200.

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

Color convert

RGB192156252-
CMYK0.240.3800.01
HSL262.5º94.12%80%-
HSV(B)262.5º38.1%98.82%-
XYZ51.242.0197.51-
YUV177.71169.93138.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 156 (61.33% from 255) = 26%
BLUE value IS 252 (98.83% from 255) = 42%
R=32%
G=26%
B=42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921562520.240.3800.01262.594.1280
HexC09CFC1826011065e50
Octal300234374304601406136120
Binary110000001001110011111100110001001100110000011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09CFC; }

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

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

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

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

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

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

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

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