Shades of Orchid #C66FDE
Tints of Orchid #C66FDE
RGB
CMYK
RGB Variations
Color information
#C66FDE (or 0xC66FDE) is known color: Orchid. HEX triplet: C6, 6F and DE. RGB value is (198,111,222). Sum of RGB (Red+Green+Blue) = 198+111+222=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #C66FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FDE is #399021. Grayscale: #959595. Windows color (decimal): -3772450 or 14577606. OLE color: 14577606.
HSL color Cylindrical-coordinate representation of color #C66FDE: hue angle of 287.03º degrees, saturation: 0.63, 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 #C66FDE is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 111 | 222 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.13 |
| HSL | 287.03º | 0.63% | 0.65% | - |
| HSV(B) | 287.03º | 0.5% | 0.87% | - |
| XYZ | 42.16 | 28.65 | 72.42 | - |
| YUV | 149.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 222 | 0.11 | 0.5 | 0 | 0.13 | 287.03 | 0.63 | 0.65 |
| Hex | C6 | 6F | DE | B | 32 | 0 | D | 11F | 3F | 41 |
| Octal | 306 | 157 | 336 | 13 | 62 | 0 | 15 | 437 | 77 | 101 |
| Binary | 11000110 | 1101111 | 11011110 | 1011 | 110010 | 0 | 1101 | 100011111 | 111111 | 1000001 |
Color Harmonies of #C66FDE
Complementary color
Monochromatic Colors of #C66FDE
Black with #C66FDE
Text Example
Text Example
White with #C66FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FDE; }
p { color: rgb(198,111,222); }
H1.HeaderClassName
{
color: #C66FDE;
}
.AnyTagClassName
{
color: #C66FDE;
}
</style>
background-color css
<style>
a { background-color: #C66FDE; }
a { background-color: rgb(198,111,222); }
div.DivClassName
{
background-color: #C66FDE;
}
.BgClassName
{
background-color: #C66FDE;
}
</style>
border-color css
<style>
span { border-color: #C66FDE; }
span { border-color: rgb(198,111,222); }
td.TdClassName
{
border-color: #C66FDE;
}
.TagClassName
{
border-color: #C66FDE;
}
</style>