Shades of Prelude #C3AED1
Tints of Prelude #C3AED1
RGB
CMYK
RGB Variations
Color information
#C3AED1 (or 0xC3AED1) is known color: Prelude. HEX triplet: C3, AE and D1. RGB value is (195,174,209). Sum of RGB (Red+Green+Blue) = 195+174+209=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 209 - color contains mainly: blue. Hex color #C3AED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AED1 is #3C512E. Grayscale: #B8B8B8. Windows color (decimal): -3952943 or 13741763. OLE color: 13741763.
HSL color Cylindrical-coordinate representation of color #C3AED1: hue angle of 276º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3AED1 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 174 | 209 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.18 |
| HSL | 276º | 0.28% | 0.75% | - |
| HSV(B) | 276º | 0.17% | 0.82% | - |
| XYZ | 49.15 | 46.48 | 66.7 | - |
| YUV | 184.27 | 141.96 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 209 | 0.07 | 0.17 | 0 | 0.18 | 276 | 0.28 | 0.75 |
| Hex | C3 | AE | D1 | 7 | 11 | 0 | 12 | 114 | 1C | 4B |
| Octal | 303 | 256 | 321 | 7 | 21 | 0 | 22 | 424 | 34 | 113 |
| Binary | 11000011 | 10101110 | 11010001 | 111 | 10001 | 0 | 10010 | 100010100 | 11100 | 1001011 |
Color Harmonies of #C3AED1
Complementary color
Monochromatic Colors of #C3AED1
Black with #C3AED1
Text Example
Text Example
White with #C3AED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AED1; }
p { color: rgb(195,174,209); }
H1.HeaderClassName
{
color: #C3AED1;
}
.AnyTagClassName
{
color: #C3AED1;
}
</style>
background-color css
<style>
a { background-color: #C3AED1; }
a { background-color: rgb(195,174,209); }
div.DivClassName
{
background-color: #C3AED1;
}
.BgClassName
{
background-color: #C3AED1;
}
</style>
border-color css
<style>
span { border-color: #C3AED1; }
span { border-color: rgb(195,174,209); }
td.TdClassName
{
border-color: #C3AED1;
}
.TagClassName
{
border-color: #C3AED1;
}
</style>