#C8ACF0

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

Shades of Perfume #C8ACF0

Tints of Perfume #C8ACF0

Color information

#C8ACF0 (or 0xC8ACF0) is unknown color: approx Perfume. HEX triplet: C8, AC and F0. RGB value is (200,172,240). Sum of RGB (Red+Green+Blue) = 200+172+240=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 240 (94.14% from 255 or 39.22% from 612); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACF0 is #37530F. Grayscale: #BBBBBB. Windows color (decimal): -3625744 or 15772872. OLE color: 15772872.

HSL color Cylindrical-coordinate representation of color #C8ACF0: hue angle of 264.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8ACF0 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB200172240-
CMYK0.170.2800.06
HSL264.71º69.39%80.78%-
HSV(B)264.71º28.33%94.12%-
XYZ54.348.0888.86-
YUV188.12157.28136.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 172 (67.58% from 255) = 28.10%
BLUE value IS 240 (94.14% from 255) = 39.22%
R=32.68%
G=28.10%
B=39.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2001722400.170.2800.06264.7169.3980.78
HexC8ACF0111C061094551
Octal310254360213406411105121
Binary1100100010101100111100001000111100011010000100110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACF0; }

 p { color: rgb(200,172,240); }

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

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

 a { background-color: rgb(200,172,240); }

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

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

 span { border-color: rgb(200,172,240); }

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