Shades of Orchid #C66BD3
Tints of Orchid #C66BD3
RGB
CMYK
RGB Variations
Color information
#C66BD3 (or 0xC66BD3) is known color: Orchid. HEX triplet: C6, 6B and D3. RGB value is (198,107,211). Sum of RGB (Red+Green+Blue) = 198+107+211=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #C66BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66BD3 is #39942C. Grayscale: #919191. Windows color (decimal): -3773485 or 13855686. OLE color: 13855686.
HSL color Cylindrical-coordinate representation of color #C66BD3: hue angle of 292.5º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66BD3 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 107 | 211 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.17 |
| HSL | 292.5º | 0.54% | 0.62% | - |
| HSV(B) | 292.5º | 0.49% | 0.83% | - |
| XYZ | 40.3 | 27.22 | 64.76 | - |
| YUV | 146.07 | 164.65 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 107 | 211 | 0.06 | 0.49 | 0 | 0.17 | 292.5 | 0.54 | 0.62 |
| Hex | C6 | 6B | D3 | 6 | 31 | 0 | 11 | 124 | 36 | 3E |
| Octal | 306 | 153 | 323 | 6 | 61 | 0 | 21 | 444 | 66 | 76 |
| Binary | 11000110 | 1101011 | 11010011 | 110 | 110001 | 0 | 10001 | 100100100 | 110110 | 111110 |
Color Harmonies of #C66BD3
Complementary color
Monochromatic Colors of #C66BD3
Black with #C66BD3
Text Example
Text Example
White with #C66BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66BD3; }
p { color: rgb(198,107,211); }
H1.HeaderClassName
{
color: #C66BD3;
}
.AnyTagClassName
{
color: #C66BD3;
}
</style>
background-color css
<style>
a { background-color: #C66BD3; }
a { background-color: rgb(198,107,211); }
div.DivClassName
{
background-color: #C66BD3;
}
.BgClassName
{
background-color: #C66BD3;
}
</style>
border-color css
<style>
span { border-color: #C66BD3; }
span { border-color: rgb(198,107,211); }
td.TdClassName
{
border-color: #C66BD3;
}
.TagClassName
{
border-color: #C66BD3;
}
</style>