Shades of Prelude #C3A6CD
Tints of Prelude #C3A6CD
RGB
CMYK
RGB Variations
Color information
#C3A6CD (or 0xC3A6CD) is known color: Prelude. HEX triplet: C3, A6 and CD. RGB value is (195,166,205). Sum of RGB (Red+Green+Blue) = 195+166+205=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6CD is #3C5932. Grayscale: #B2B2B2. Windows color (decimal): -3954995 or 13477571. OLE color: 13477571.
HSL color Cylindrical-coordinate representation of color #C3A6CD: hue angle of 284.62º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3A6CD is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 166 | 205 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.20 |
| HSL | 284.62º | 0.28% | 0.73% | - |
| HSV(B) | 284.62º | 0.19% | 0.8% | - |
| XYZ | 47.16 | 43.28 | 63.63 | - |
| YUV | 179.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 205 | 0.05 | 0.19 | 0 | 0.20 | 284.62 | 0.28 | 0.73 |
| Hex | C3 | A6 | CD | 5 | 13 | 0 | 14 | 11D | 1C | 49 |
| Octal | 303 | 246 | 315 | 5 | 23 | 0 | 24 | 435 | 34 | 111 |
| Binary | 11000011 | 10100110 | 11001101 | 101 | 10011 | 0 | 10100 | 100011101 | 11100 | 1001001 |
Color Harmonies of #C3A6CD
Complementary color
Monochromatic Colors of #C3A6CD
Black with #C3A6CD
Text Example
Text Example
White with #C3A6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A6CD; }
p { color: rgb(195,166,205); }
H1.HeaderClassName
{
color: #C3A6CD;
}
.AnyTagClassName
{
color: #C3A6CD;
}
</style>
background-color css
<style>
a { background-color: #C3A6CD; }
a { background-color: rgb(195,166,205); }
div.DivClassName
{
background-color: #C3A6CD;
}
.BgClassName
{
background-color: #C3A6CD;
}
</style>
border-color css
<style>
span { border-color: #C3A6CD; }
span { border-color: rgb(195,166,205); }
td.TdClassName
{
border-color: #C3A6CD;
}
.TagClassName
{
border-color: #C3A6CD;
}
</style>