#CCA5F3

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

Shades of Perfume #CCA5F3

Tints of Perfume #CCA5F3

Color information

#CCA5F3 (or 0xCCA5F3) is unknown color: approx Perfume. HEX triplet: CC, A5 and F3. RGB value is (204,165,243). Sum of RGB (Red+Green+Blue) = 204+165+243=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 165 (64.84% from 255 or 26.96% from 612); Blue value is 243 (95.31% from 255 or 39.71% from 612); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCA5F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA5F3 is #335A0C. Grayscale: #B9B9B9. Windows color (decimal): -3365389 or 15967692. OLE color: 15967692.

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

Color convert

RGB204165243-
CMYK0.160.3200.05
HSL270º76.47%80%-
HSV(B)270º32.1%95.29%-
XYZ54.5346.2290.84-
YUV185.55160.42141.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 26.96%
BLUE value IS 243 (95.31% from 255) = 39.71%
R=33.33%
G=26.96%
B=39.71%

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
Decimal2041652430.160.3200.0527076.4780
HexCCA5F310200510e4c50
Octal314245363204005416114120
Binary11001100101001011111001110000100000010110000111010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA5F3; }

 p { color: rgb(204,165,243); }

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

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

 a { background-color: rgb(204,165,243); }

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

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

 span { border-color: rgb(204,165,243); }

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