Shades of Perfume #C8ACDA
Tints of Perfume #C8ACDA
RGB
CMYK
RGB Variations
Color information
#C8ACDA (or 0xC8ACDA) is known color: Perfume. HEX triplet: C8, AC and DA. RGB value is (200,172,218). Sum of RGB (Red+Green+Blue) = 200+172+218=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDA is #375325. Grayscale: #B9B9B9. Windows color (decimal): -3625766 or 14331080. OLE color: 14331080.
HSL color Cylindrical-coordinate representation of color #C8ACDA: hue angle of 276.52º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8ACDA is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 172 | 218 | - |
CMYK | 0.08 | 0.21 | 0 | 0.15 |
HSL | 276.52º | 0.38% | 0.76% | - |
HSV(B) | 276.52º | 0.21% | 0.85% | - |
XYZ | 51.23 | 46.85 | 72.67 | - |
YUV | 185.62 | 146.28 | 138.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 172 | 218 | 0.08 | 0.21 | 0 | 0.15 | 276.52 | 0.38 | 0.76 |
Hex | C8 | AC | DA | 8 | 15 | 0 | F | 115 | 26 | 4C |
Octal | 310 | 254 | 332 | 10 | 25 | 0 | 17 | 425 | 46 | 114 |
Binary | 11001000 | 10101100 | 11011010 | 1000 | 10101 | 0 | 1111 | 100010101 | 100110 | 1001100 |
Color Harmonies of #C8ACDA
Complementary color
Monochromatic Colors of #C8ACDA
Black with #C8ACDA
Text Example
Text Example
White with #C8ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ACDA; }
p { color: rgb(200,172,218); }
H1.HeaderClassName
{
color: #C8ACDA;
}
.AnyTagClassName
{
color: #C8ACDA;
}
</style>
background-color css
<style>
a { background-color: #C8ACDA; }
a { background-color: rgb(200,172,218); }
div.DivClassName
{
background-color: #C8ACDA;
}
.BgClassName
{
background-color: #C8ACDA;
}
</style>
border-color css
<style>
span { border-color: #C8ACDA; }
span { border-color: rgb(200,172,218); }
td.TdClassName
{
border-color: #C8ACDA;
}
.TagClassName
{
border-color: #C8ACDA;
}
</style>