Shades of Orchid #C968CD
Tints of Orchid #C968CD
RGB
CMYK
RGB Variations
Color information
#C968CD (or 0xC968CD) is known color: Orchid. HEX triplet: C9, 68 and CD. RGB value is (201,104,205). Sum of RGB (Red+Green+Blue) = 201+104+205=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #C968CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C968CD is #369732. Grayscale: #909090. Windows color (decimal): -3577651 or 13461705. OLE color: 13461705.
HSL color Cylindrical-coordinate representation of color #C968CD: hue angle of 297.62º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C968CD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 104 | 205 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.20 |
| HSL | 297.62º | 0.5% | 0.61% | - |
| HSV(B) | 297.62º | 0.49% | 0.8% | - |
| XYZ | 40.06 | 26.73 | 60.8 | - |
| YUV | 144.52 | 162.14 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 205 | 0.02 | 0.49 | 0 | 0.20 | 297.62 | 0.5 | 0.61 |
| Hex | C9 | 68 | CD | 2 | 31 | 0 | 14 | 12A | 32 | 3D |
| Octal | 311 | 150 | 315 | 2 | 61 | 0 | 24 | 452 | 62 | 75 |
| Binary | 11001001 | 1101000 | 11001101 | 10 | 110001 | 0 | 10100 | 100101010 | 110010 | 111101 |
Color Harmonies of #C968CD
Complementary color
Monochromatic Colors of #C968CD
Black with #C968CD
Text Example
Text Example
White with #C968CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C968CD; }
p { color: rgb(201,104,205); }
H1.HeaderClassName
{
color: #C968CD;
}
.AnyTagClassName
{
color: #C968CD;
}
</style>
background-color css
<style>
a { background-color: #C968CD; }
a { background-color: rgb(201,104,205); }
div.DivClassName
{
background-color: #C968CD;
}
.BgClassName
{
background-color: #C968CD;
}
</style>
border-color css
<style>
span { border-color: #C968CD; }
span { border-color: rgb(201,104,205); }
td.TdClassName
{
border-color: #C968CD;
}
.TagClassName
{
border-color: #C968CD;
}
</style>