#C69BF1

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

Shades of Perfume #C69BF1

Tints of Perfume #C69BF1

Color information

#C69BF1 (or 0xC69BF1) is unknown color: approx Perfume. HEX triplet: C6, 9B and F1. RGB value is (198,155,241). Sum of RGB (Red+Green+Blue) = 198+155+241=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 241 - color contains mainly: blue. Hex color #C69BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BF1 is #39640E. Grayscale: #B1B1B1. Windows color (decimal): -3761167 or 15834054. OLE color: 15834054.

HSL color Cylindrical-coordinate representation of color #C69BF1: hue angle of 270º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C69BF1 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB198155241-
CMYK0.180.3600.05
HSL270º75.44%77.65%-
HSV(B)270º35.68%94.51%-
XYZ50.8941.888.61-
YUV177.66163.75142.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 26.09%
BLUE value IS 241 (94.53% from 255) = 40.57%
R=33.33%
G=26.09%
B=40.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1981552410.180.3600.0527075.4477.65
HexC69BF112240510e4b4e
Octal306233361224405416113116
Binary11000110100110111111000110010100100010110000111010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69BF1; }

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

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

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

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

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

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

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

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