Shades of Orchid #C969CD
Tints of Orchid #C969CD
RGB
CMYK
RGB Variations
Color information
#C969CD (or 0xC969CD) is known color: Orchid. HEX triplet: C9, 69 and CD. RGB value is (201,105,205). Sum of RGB (Red+Green+Blue) = 201+105+205=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #C969CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C969CD is #369632. Grayscale: #909090. Windows color (decimal): -3577395 or 13461961. OLE color: 13461961.
HSL color Cylindrical-coordinate representation of color #C969CD: hue angle of 297.6º 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 #C969CD is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 105 | 205 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.20 |
| HSL | 297.6º | 0.5% | 0.61% | - |
| HSV(B) | 297.6º | 0.49% | 0.8% | - |
| XYZ | 40.16 | 26.93 | 60.84 | - |
| YUV | 145.1 | 161.8 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 105 | 205 | 0.02 | 0.49 | 0 | 0.20 | 297.6 | 0.5 | 0.61 |
| Hex | C9 | 69 | CD | 2 | 31 | 0 | 14 | 12A | 32 | 3D |
| Octal | 311 | 151 | 315 | 2 | 61 | 0 | 24 | 452 | 62 | 75 |
| Binary | 11001001 | 1101001 | 11001101 | 10 | 110001 | 0 | 10100 | 100101010 | 110010 | 111101 |
Color Harmonies of #C969CD
Complementary color
Monochromatic Colors of #C969CD
Black with #C969CD
Text Example
Text Example
White with #C969CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C969CD; }
p { color: rgb(201,105,205); }
H1.HeaderClassName
{
color: #C969CD;
}
.AnyTagClassName
{
color: #C969CD;
}
</style>
background-color css
<style>
a { background-color: #C969CD; }
a { background-color: rgb(201,105,205); }
div.DivClassName
{
background-color: #C969CD;
}
.BgClassName
{
background-color: #C969CD;
}
</style>
border-color css
<style>
span { border-color: #C969CD; }
span { border-color: rgb(201,105,205); }
td.TdClassName
{
border-color: #C969CD;
}
.TagClassName
{
border-color: #C969CD;
}
</style>