#CBA4F1

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

Shades of Perfume #CBA4F1

Tints of Perfume #CBA4F1

Color information

#CBA4F1 (or 0xCBA4F1) is unknown color: approx Perfume. HEX triplet: CB, A4 and F1. RGB value is (203,164,241). Sum of RGB (Red+Green+Blue) = 203+164+241=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 164 (64.45% from 255 or 26.97% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4F1 is #345B0E. Grayscale: #B8B8B8. Windows color (decimal): -3431183 or 15836363. OLE color: 15836363.

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

Color convert

RGB203164241-
CMYK0.160.3200.05
HSL270.39º73.33%79.41%-
HSV(B)270.39º31.95%94.51%-
XYZ53.7845.689.19-
YUV184.44159.92141.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 164 (64.45% from 255) = 26.97%
BLUE value IS 241 (94.53% from 255) = 39.64%
R=33.39%
G=26.97%
B=39.64%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031642410.160.3200.05270.3973.3379.41
HexCBA4F110200510e494f
Octal313244361204005416111117
Binary11001011101001001111000110000100000010110000111010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4F1; }

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

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

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

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

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

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

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

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