Shades of Prelude #C3AFCF
Tints of Prelude #C3AFCF
RGB
CMYK
RGB Variations
Color information
#C3AFCF (or 0xC3AFCF) is known color: Prelude. HEX triplet: C3, AF and CF. RGB value is (195,175,207). Sum of RGB (Red+Green+Blue) = 195+175+207=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3AFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFCF is #3C5030. Grayscale: #B8B8B8. Windows color (decimal): -3952689 or 13610947. OLE color: 13610947.
HSL color Cylindrical-coordinate representation of color #C3AFCF: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AFCF is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 175 | 207 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.19 |
| HSL | 277.5º | 0.25% | 0.75% | - |
| HSV(B) | 277.5º | 0.15% | 0.81% | - |
| XYZ | 49.1 | 46.77 | 65.47 | - |
| YUV | 184.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 207 | 0.06 | 0.15 | 0 | 0.19 | 277.5 | 0.25 | 0.75 |
| Hex | C3 | AF | CF | 6 | F | 0 | 13 | 116 | 19 | 4B |
| Octal | 303 | 257 | 317 | 6 | 17 | 0 | 23 | 426 | 31 | 113 |
| Binary | 11000011 | 10101111 | 11001111 | 110 | 1111 | 0 | 10011 | 100010110 | 11001 | 1001011 |
Color Harmonies of #C3AFCF
Complementary color
Monochromatic Colors of #C3AFCF
Black with #C3AFCF
Text Example
Text Example
White with #C3AFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AFCF; }
p { color: rgb(195,175,207); }
H1.HeaderClassName
{
color: #C3AFCF;
}
.AnyTagClassName
{
color: #C3AFCF;
}
</style>
background-color css
<style>
a { background-color: #C3AFCF; }
a { background-color: rgb(195,175,207); }
div.DivClassName
{
background-color: #C3AFCF;
}
.BgClassName
{
background-color: #C3AFCF;
}
</style>
border-color css
<style>
span { border-color: #C3AFCF; }
span { border-color: rgb(195,175,207); }
td.TdClassName
{
border-color: #C3AFCF;
}
.TagClassName
{
border-color: #C3AFCF;
}
</style>