Shades of Perfume #C3AFDD
Tints of Perfume #C3AFDD
RGB
CMYK
RGB Variations
Color information
#C3AFDD (or 0xC3AFDD) is known color: Perfume. HEX triplet: C3, AF and DD. RGB value is (195,175,221). Sum of RGB (Red+Green+Blue) = 195+175+221=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFDD is #3C5022. Grayscale: #BABABA. Windows color (decimal): -3952675 or 14528451. OLE color: 14528451.
HSL color Cylindrical-coordinate representation of color #C3AFDD: hue angle of 266.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3AFDD is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 195 | 175 | 221 | - |
CMYK | 0.12 | 0.21 | 0 | 0.13 |
HSL | 266.09º | 0.4% | 0.78% | - |
HSV(B) | 266.09º | 0.21% | 0.87% | - |
XYZ | 50.89 | 47.48 | 74.89 | - |
YUV | 186.22 | 147.63 | 134.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 175 | 221 | 0.12 | 0.21 | 0 | 0.13 | 266.09 | 0.4 | 0.78 |
Hex | C3 | AF | DD | C | 15 | 0 | D | 10A | 28 | 4E |
Octal | 303 | 257 | 335 | 14 | 25 | 0 | 15 | 412 | 50 | 116 |
Binary | 11000011 | 10101111 | 11011101 | 1100 | 10101 | 0 | 1101 | 100001010 | 101000 | 1001110 |
Color Harmonies of #C3AFDD
Complementary color
Monochromatic Colors of #C3AFDD
Black with #C3AFDD
Text Example
Text Example
White with #C3AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFDD; }
p { color: rgb(195,175,221); }
H1.HeaderClassName
{
color: #C3AFDD;
}
.AnyTagClassName
{
color: #C3AFDD;
}
</style>
background-color css
<style>
a { background-color: #C3AFDD; }
a { background-color: rgb(195,175,221); }
div.DivClassName
{
background-color: #C3AFDD;
}
.BgClassName
{
background-color: #C3AFDD;
}
</style>
border-color css
<style>
span { border-color: #C3AFDD; }
span { border-color: rgb(195,175,221); }
td.TdClassName
{
border-color: #C3AFDD;
}
.TagClassName
{
border-color: #C3AFDD;
}
</style>