#C69FF9

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

Shades of Perfume #C69FF9

Tints of Perfume #C69FF9

Color information

#C69FF9 (or 0xC69FF9) is unknown color: approx Perfume. HEX triplet: C6, 9F and F9. RGB value is (198,159,249). Sum of RGB (Red+Green+Blue) = 198+159+249=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #C69FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FF9 is #396006. Grayscale: #B4B4B4. Windows color (decimal): -3760135 or 16359366. OLE color: 16359366.

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

Color convert

RGB198159249-
CMYK0.200.3600.02
HSL266º88.24%80%-
HSV(B)266º36.14%97.65%-
XYZ52.7943.6495.26-
YUV180.92166.42140.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.67%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=32.67%
G=26.24%
B=41.09%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981592490.200.3600.0226688.2480
HexC69FF914240210a5850
Octal306237371244402412130120
Binary1100011010011111111110011010010010001010000101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FF9; }

 p { color: rgb(198,159,249); }

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

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

 a { background-color: rgb(198,159,249); }

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

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

 span { border-color: rgb(198,159,249); }

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