Shades of Orchid #C66BCF
Tints of Orchid #C66BCF
RGB
CMYK
RGB Variations
Color information
#C66BCF (or 0xC66BCF) is known color: Orchid. HEX triplet: C6, 6B and CF. RGB value is (198,107,207). Sum of RGB (Red+Green+Blue) = 198+107+207=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C66BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BCF is #399430. Grayscale: #919191. Windows color (decimal): -3773489 or 13593542. OLE color: 13593542.
HSL color Cylindrical-coordinate representation of color #C66BCF: hue angle of 294.6º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66BCF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 107 | 207 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.19 |
| HSL | 294.6º | 0.51% | 0.62% | - |
| HSV(B) | 294.6º | 0.48% | 0.81% | - |
| XYZ | 39.81 | 27.03 | 62.15 | - |
| YUV | 145.61 | 162.65 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 207 | 0.04 | 0.48 | 0 | 0.19 | 294.6 | 0.51 | 0.62 |
| Hex | C6 | 6B | CF | 4 | 30 | 0 | 13 | 127 | 33 | 3E |
| Octal | 306 | 153 | 317 | 4 | 60 | 0 | 23 | 447 | 63 | 76 |
| Binary | 11000110 | 1101011 | 11001111 | 100 | 110000 | 0 | 10011 | 100100111 | 110011 | 111110 |
Color Harmonies of #C66BCF
Complementary color
Monochromatic Colors of #C66BCF
Black with #C66BCF
Text Example
Text Example
White with #C66BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BCF; }
p { color: rgb(198,107,207); }
H1.HeaderClassName
{
color: #C66BCF;
}
.AnyTagClassName
{
color: #C66BCF;
}
</style>
background-color css
<style>
a { background-color: #C66BCF; }
a { background-color: rgb(198,107,207); }
div.DivClassName
{
background-color: #C66BCF;
}
.BgClassName
{
background-color: #C66BCF;
}
</style>
border-color css
<style>
span { border-color: #C66BCF; }
span { border-color: rgb(198,107,207); }
td.TdClassName
{
border-color: #C66BCF;
}
.TagClassName
{
border-color: #C66BCF;
}
</style>