Shades of Orchid #C969C8
Tints of Orchid #C969C8
RGB
CMYK
RGB Variations
Color information
#C969C8 (or 0xC969C8) is known color: Orchid. HEX triplet: C9, 69 and C8. RGB value is (201,105,200). Sum of RGB (Red+Green+Blue) = 201+105+200=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C969C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969C8 is #369637. Grayscale: #909090. Windows color (decimal): -3577400 or 13134281. OLE color: 13134281.
HSL color Cylindrical-coordinate representation of color #C969C8: hue angle of 300.62º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C969C8 is Cyan = 0, Magento = 0.48, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 105 | 200 | - |
| CMYK | 0 | 0.48 | 0.00 | 0.21 |
| HSL | 300.63º | 0.47% | 0.6% | - |
| HSV(B) | 300.63º | 0.48% | 0.79% | - |
| XYZ | 39.56 | 26.69 | 57.71 | - |
| YUV | 144.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 200 | 0 | 0.48 | 0.00 | 0.21 | 300.63 | 0.47 | 0.6 |
| Hex | C9 | 69 | C8 | 0 | 30 | 0 | 15 | 12D | 2F | 3C |
| Octal | 311 | 151 | 310 | 0 | 60 | 0 | 25 | 455 | 57 | 74 |
| Binary | 11001001 | 1101001 | 11001000 | 0 | 110000 | 0 | 10101 | 100101101 | 101111 | 111100 |
Color Harmonies of #C969C8
Complementary color
Monochromatic Colors of #C969C8
Black with #C969C8
Text Example
Text Example
White with #C969C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969C8; }
p { color: rgb(201,105,200); }
H1.HeaderClassName
{
color: #C969C8;
}
.AnyTagClassName
{
color: #C969C8;
}
</style>
background-color css
<style>
a { background-color: #C969C8; }
a { background-color: rgb(201,105,200); }
div.DivClassName
{
background-color: #C969C8;
}
.BgClassName
{
background-color: #C969C8;
}
</style>
border-color css
<style>
span { border-color: #C969C8; }
span { border-color: rgb(201,105,200); }
td.TdClassName
{
border-color: #C969C8;
}
.TagClassName
{
border-color: #C969C8;
}
</style>