Shades of Orchid #C66BCC
Tints of Orchid #C66BCC
RGB
CMYK
RGB Variations
Color information
#C66BCC (or 0xC66BCC) is known color: Orchid. HEX triplet: C6, 6B and CC. RGB value is (198,107,204). Sum of RGB (Red+Green+Blue) = 198+107+204=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 107 (42.19% from 255 or 21.02% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C66BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BCC is #399433. Grayscale: #909090. Windows color (decimal): -3773492 or 13396934. OLE color: 13396934.
HSL color Cylindrical-coordinate representation of color #C66BCC: hue angle of 296.29º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66BCC is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 107 | 204 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.2 |
| HSL | 296.29º | 0.49% | 0.61% | - |
| HSV(B) | 296.29º | 0.48% | 0.8% | - |
| XYZ | 39.45 | 26.88 | 60.24 | - |
| YUV | 145.27 | 161.15 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 204 | 0.03 | 0.48 | 0 | 0.2 | 296.29 | 0.49 | 0.61 |
| Hex | C6 | 6B | CC | 3 | 30 | 0 | 14 | 128 | 31 | 3D |
| Octal | 306 | 153 | 314 | 3 | 60 | 0 | 24 | 450 | 61 | 75 |
| Binary | 11000110 | 1101011 | 11001100 | 11 | 110000 | 0 | 10100 | 100101000 | 110001 | 111101 |
Color Harmonies of #C66BCC
Complementary color
Monochromatic Colors of #C66BCC
Black with #C66BCC
Text Example
Text Example
White with #C66BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BCC; }
p { color: rgb(198,107,204); }
H1.HeaderClassName
{
color: #C66BCC;
}
.AnyTagClassName
{
color: #C66BCC;
}
</style>
background-color css
<style>
a { background-color: #C66BCC; }
a { background-color: rgb(198,107,204); }
div.DivClassName
{
background-color: #C66BCC;
}
.BgClassName
{
background-color: #C66BCC;
}
</style>
border-color css
<style>
span { border-color: #C66BCC; }
span { border-color: rgb(198,107,204); }
td.TdClassName
{
border-color: #C66BCC;
}
.TagClassName
{
border-color: #C66BCC;
}
</style>