#C09EFC

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

Shades of Perfume #C09EFC

Tints of Perfume #C09EFC

Color information

#C09EFC (or 0xC09EFC) is unknown color: approx Perfume. HEX triplet: C0, 9E and FC. RGB value is (192,158,252). Sum of RGB (Red+Green+Blue) = 192+158+252=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C09EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EFC is #3F6103. Grayscale: #B2B2B2. Windows color (decimal): -4153604 or 16555712. OLE color: 16555712.

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

Color convert

RGB192158252-
CMYK0.240.3700.01
HSL261.7º94%80.39%-
HSV(B)261.7º37.3%98.82%-
XYZ51.5442.6997.62-
YUV178.88169.26137.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.89%
GREEN value IS 158 (62.11% from 255) = 26.25%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=31.89%
G=26.25%
B=41.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1921582520.240.3700.01261.79480.39
HexC09EFC1825011065e50
Octal300236374304501406136120
Binary110000001001111011111100110001001010110000011010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09EFC; }

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

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

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

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

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

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

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

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