#C8ACF3

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

Shades of Perfume #C8ACF3

Tints of Perfume #C8ACF3

Color information

#C8ACF3 (or 0xC8ACF3) is unknown color: approx Perfume. HEX triplet: C8, AC and F3. RGB value is (200,172,243). Sum of RGB (Red+Green+Blue) = 200+172+243=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 243 (95.31% from 255 or 39.51% from 615); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACF3 is #37530C. Grayscale: #BCBCBC. Windows color (decimal): -3625741 or 15969480. OLE color: 15969480.

HSL color Cylindrical-coordinate representation of color #C8ACF3: hue angle of 263.66º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8ACF3 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB200172243-
CMYK0.180.2900.05
HSL263.66º74.74%81.37%-
HSV(B)263.66º29.22%95.29%-
XYZ54.7548.2691.22-
YUV188.47158.78136.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 243 (95.31% from 255) = 39.51%
R=32.52%
G=27.97%
B=39.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2001722430.180.2900.05263.6674.7481.37
HexC8ACF3121D051084b51
Octal310254363223505410113121
Binary1100100010101100111100111001011101010110000100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACF3; }

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

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

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

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

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

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

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

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