#CCA4F1

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

Shades of Perfume #CCA4F1

Tints of Perfume #CCA4F1

Color information

#CCA4F1 (or 0xCCA4F1) is unknown color: approx Perfume. HEX triplet: CC, A4 and F1. RGB value is (204,164,241). Sum of RGB (Red+Green+Blue) = 204+164+241=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 164 (64.45% from 255 or 26.93% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCA4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA4F1 is #335B0E. Grayscale: #B8B8B8. Windows color (decimal): -3365647 or 15836364. OLE color: 15836364.

HSL color Cylindrical-coordinate representation of color #CCA4F1: hue angle of 271.17º 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 #CCA4F1 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204164241-
CMYK0.150.3200.05
HSL271.17º73.33%79.41%-
HSV(B)271.17º31.95%94.51%-
XYZ54.0545.7489.2-
YUV184.74159.75141.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 164 (64.45% from 255) = 26.93%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=33.50%
G=26.93%
B=39.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041642410.150.3200.05271.1773.3379.41
HexCCA4F1F200510f494f
Octal314244361174005417111117
Binary1100110010100100111100011111100000010110000111110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA4F1; }

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

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

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

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

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

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

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

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