#C6A5FA

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

Shades of Perfume #C6A5FA

Tints of Perfume #C6A5FA

Color information

#C6A5FA (or 0xC6A5FA) is unknown color: approx Perfume. HEX triplet: C6, A5 and FA. RGB value is (198,165,250). Sum of RGB (Red+Green+Blue) = 198+165+250=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6A5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A5FA is #395A05. Grayscale: #B8B8B8. Windows color (decimal): -3758598 or 16426438. OLE color: 16426438.

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

Color convert

RGB198165250-
CMYK0.210.3400.02
HSL263.29º89.47%81.37%-
HSV(B)263.29º34%98.04%-
XYZ5445.8296.44-
YUV184.56164.93137.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.30%
GREEN value IS 165 (64.84% from 255) = 26.92%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=32.30%
G=26.92%
B=40.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981652500.210.3400.02263.2989.4781.37
HexC6A5FA1522021075951
Octal306245372254202407131121
Binary1100011010100101111110101010110001001010000011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6A5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6A5FA; }

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

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

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

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

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

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

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

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