Shades of Orchid #C66FCD
Tints of Orchid #C66FCD
RGB
CMYK
RGB Variations
Color information
#C66FCD (or 0xC66FCD) is known color: Orchid. HEX triplet: C6, 6F and CD. RGB value is (198,111,205). Sum of RGB (Red+Green+Blue) = 198+111+205=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C66FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCD is #399032. Grayscale: #939393. Windows color (decimal): -3772467 or 13463494. OLE color: 13463494.
HSL color Cylindrical-coordinate representation of color #C66FCD: hue angle of 295.53º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66FCD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 111 | 205 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.20 |
| HSL | 295.53º | 0.48% | 0.62% | - |
| HSV(B) | 295.53º | 0.46% | 0.8% | - |
| XYZ | 39.99 | 27.78 | 61.01 | - |
| YUV | 147.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 205 | 0.03 | 0.46 | 0 | 0.20 | 295.53 | 0.48 | 0.62 |
| Hex | C6 | 6F | CD | 3 | 2E | 0 | 14 | 128 | 30 | 3E |
| Octal | 306 | 157 | 315 | 3 | 56 | 0 | 24 | 450 | 60 | 76 |
| Binary | 11000110 | 1101111 | 11001101 | 11 | 101110 | 0 | 10100 | 100101000 | 110000 | 111110 |
Color Harmonies of #C66FCD
Complementary color
Monochromatic Colors of #C66FCD
Black with #C66FCD
Text Example
Text Example
White with #C66FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FCD; }
p { color: rgb(198,111,205); }
H1.HeaderClassName
{
color: #C66FCD;
}
.AnyTagClassName
{
color: #C66FCD;
}
</style>
background-color css
<style>
a { background-color: #C66FCD; }
a { background-color: rgb(198,111,205); }
div.DivClassName
{
background-color: #C66FCD;
}
.BgClassName
{
background-color: #C66FCD;
}
</style>
border-color css
<style>
span { border-color: #C66FCD; }
span { border-color: rgb(198,111,205); }
td.TdClassName
{
border-color: #C66FCD;
}
.TagClassName
{
border-color: #C66FCD;
}
</style>