#CBA7F1

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

Shades of Perfume #CBA7F1

Tints of Perfume #CBA7F1

Color information

#CBA7F1 (or 0xCBA7F1) is unknown color: approx Perfume. HEX triplet: CB, A7 and F1. RGB value is (203,167,241). Sum of RGB (Red+Green+Blue) = 203+167+241=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBA7F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7F1 is #34580E. Grayscale: #B9B9B9. Windows color (decimal): -3430415 or 15837131. OLE color: 15837131.

HSL color Cylindrical-coordinate representation of color #CBA7F1: hue angle of 269.19º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA7F1 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203167241-
CMYK0.160.3100.05
HSL269.19º72.55%80%-
HSV(B)269.19º30.71%94.51%-
XYZ54.3246.6889.37-
YUV186.2158.93139.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 167 (65.62% from 255) = 27.33%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=33.22%
G=27.33%
B=39.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031672410.160.3100.05269.1972.5580
HexCBA7F1101F0510d4950
Octal313247361203705415111120
Binary1100101110100111111100011000011111010110000110110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA7F1; }

 p { color: rgb(203,167,241); }

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

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

 a { background-color: rgb(203,167,241); }

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

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

 span { border-color: rgb(203,167,241); }

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