#C69BFA

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

Shades of Perfume #C69BFA

Tints of Perfume #C69BFA

Color information

#C69BFA (or 0xC69BFA) is unknown color: approx Perfume. HEX triplet: C6, 9B and FA. RGB value is (198,155,250). Sum of RGB (Red+Green+Blue) = 198+155+250=603 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.84% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #C69BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BFA is #396405. Grayscale: #B2B2B2. Windows color (decimal): -3761158 or 16423878. OLE color: 16423878.

HSL color Cylindrical-coordinate representation of color #C69BFA: hue angle of 267.16º degrees, saturation: 0.9, 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 #C69BFA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198155250-
CMYK0.210.3800.02
HSL267.16º90.48%79.41%-
HSV(B)267.16º38%98.04%-
XYZ52.2742.3595.86-
YUV178.69168.25141.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.84%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 250 (98.05% from 255) = 41.46%
R=32.84%
G=25.70%
B=41.46%

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
Decimal1981552500.210.3800.02267.1690.4879.41
HexC69BFA15260210b5a4f
Octal306233372254602413132117
Binary1100011010011011111110101010110011001010000101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BFA; }

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

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

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

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

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

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

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

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