Shades of Prelude #C3B0D0
Tints of Prelude #C3B0D0
RGB
CMYK
RGB Variations
Color information
#C3B0D0 (or 0xC3B0D0) is known color: Prelude. HEX triplet: C3, B0 and D0. RGB value is (195,176,208). Sum of RGB (Red+Green+Blue) = 195+176+208=579 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.68% from 579); Green value is 176 (69.14% from 255 or 30.40% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3B0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0D0 is #3C4F2F. Grayscale: #B9B9B9. Windows color (decimal): -3952432 or 13676739. OLE color: 13676739.
HSL color Cylindrical-coordinate representation of color #C3B0D0: hue angle of 275.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3B0D0 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 176 | 208 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.18 |
| HSL | 275.63º | 0.25% | 0.75% | - |
| HSV(B) | 275.63º | 0.15% | 0.82% | - |
| XYZ | 49.42 | 47.21 | 66.18 | - |
| YUV | 185.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 208 | 0.06 | 0.15 | 0 | 0.18 | 275.63 | 0.25 | 0.75 |
| Hex | C3 | B0 | D0 | 6 | F | 0 | 12 | 114 | 19 | 4B |
| Octal | 303 | 260 | 320 | 6 | 17 | 0 | 22 | 424 | 31 | 113 |
| Binary | 11000011 | 10110000 | 11010000 | 110 | 1111 | 0 | 10010 | 100010100 | 11001 | 1001011 |
Color Harmonies of #C3B0D0
Complementary color
Monochromatic Colors of #C3B0D0
Black with #C3B0D0
Text Example
Text Example
White with #C3B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0D0; }
p { color: rgb(195,176,208); }
H1.HeaderClassName
{
color: #C3B0D0;
}
.AnyTagClassName
{
color: #C3B0D0;
}
</style>
background-color css
<style>
a { background-color: #C3B0D0; }
a { background-color: rgb(195,176,208); }
div.DivClassName
{
background-color: #C3B0D0;
}
.BgClassName
{
background-color: #C3B0D0;
}
</style>
border-color css
<style>
span { border-color: #C3B0D0; }
span { border-color: rgb(195,176,208); }
td.TdClassName
{
border-color: #C3B0D0;
}
.TagClassName
{
border-color: #C3B0D0;
}
</style>