#C69AFA

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

Shades of Perfume #C69AFA

Tints of Perfume #C69AFA

Color information

#C69AFA (or 0xC69AFA) is unknown color: approx Perfume. HEX triplet: C6, 9A and FA. RGB value is (198,154,250). Sum of RGB (Red+Green+Blue) = 198+154+250=602 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.89% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #C69AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AFA is #396505. Grayscale: #B1B1B1. Windows color (decimal): -3761414 or 16423622. OLE color: 16423622.

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

Color convert

RGB198154250-
CMYK0.210.3800.02
HSL267.5º90.57%79.22%-
HSV(B)267.5º38.4%98.04%-
XYZ52.142.0295.81-
YUV178.1168.58142.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.89%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 250 (98.05% from 255) = 41.53%
R=32.89%
G=25.58%
B=41.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981542500.210.3800.02267.590.5779.22
HexC69AFA15260210c5b4f
Octal306232372254602414133117
Binary1100011010011010111110101010110011001010000110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69AFA; }

 p { color: rgb(198,154,250); }

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

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

 a { background-color: rgb(198,154,250); }

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

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

 span { border-color: rgb(198,154,250); }

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