Shades of Orchid #C66FDD
Tints of Orchid #C66FDD
RGB
CMYK
RGB Variations
Color information
#C66FDD (or 0xC66FDD) is known color: Orchid. HEX triplet: C6, 6F and DD. RGB value is (198,111,221). Sum of RGB (Red+Green+Blue) = 198+111+221=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C66FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FDD is #399022. Grayscale: #959595. Windows color (decimal): -3772451 or 14512070. OLE color: 14512070.
HSL color Cylindrical-coordinate representation of color #C66FDD: hue angle of 287.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66FDD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 111 | 221 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.13 |
| HSL | 287.45º | 0.62% | 0.65% | - |
| HSV(B) | 287.45º | 0.5% | 0.87% | - |
| XYZ | 42.02 | 28.6 | 71.71 | - |
| YUV | 149.55 | 168.32 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 221 | 0.10 | 0.50 | 0 | 0.13 | 287.45 | 0.62 | 0.65 |
| Hex | C6 | 6F | DD | A | 32 | 0 | D | 11F | 3E | 41 |
| Octal | 306 | 157 | 335 | 12 | 62 | 0 | 15 | 437 | 76 | 101 |
| Binary | 11000110 | 1101111 | 11011101 | 1010 | 110010 | 0 | 1101 | 100011111 | 111110 | 1000001 |
Color Harmonies of #C66FDD
Complementary color
Monochromatic Colors of #C66FDD
Black with #C66FDD
Text Example
Text Example
White with #C66FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FDD; }
p { color: rgb(198,111,221); }
H1.HeaderClassName
{
color: #C66FDD;
}
.AnyTagClassName
{
color: #C66FDD;
}
</style>
background-color css
<style>
a { background-color: #C66FDD; }
a { background-color: rgb(198,111,221); }
div.DivClassName
{
background-color: #C66FDD;
}
.BgClassName
{
background-color: #C66FDD;
}
</style>
border-color css
<style>
span { border-color: #C66FDD; }
span { border-color: rgb(198,111,221); }
td.TdClassName
{
border-color: #C66FDD;
}
.TagClassName
{
border-color: #C66FDD;
}
</style>