Shades of Orchid #C66FCB
Tints of Orchid #C66FCB
RGB
CMYK
RGB Variations
Color information
#C66FCB (or 0xC66FCB) is known color: Orchid. HEX triplet: C6, 6F and CB. RGB value is (198,111,203). Sum of RGB (Red+Green+Blue) = 198+111+203=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C66FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FCB is #399034. Grayscale: #939393. Windows color (decimal): -3772469 or 13332422. OLE color: 13332422.
HSL color Cylindrical-coordinate representation of color #C66FCB: hue angle of 296.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C66FCB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 111 | 203 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.20 |
| HSL | 296.74º | 0.47% | 0.62% | - |
| HSV(B) | 296.74º | 0.45% | 0.8% | - |
| XYZ | 39.75 | 27.69 | 59.75 | - |
| YUV | 147.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 203 | 0.02 | 0.45 | 0 | 0.20 | 296.74 | 0.47 | 0.62 |
| Hex | C6 | 6F | CB | 2 | 2D | 0 | 14 | 129 | 2F | 3E |
| Octal | 306 | 157 | 313 | 2 | 55 | 0 | 24 | 451 | 57 | 76 |
| Binary | 11000110 | 1101111 | 11001011 | 10 | 101101 | 0 | 10100 | 100101001 | 101111 | 111110 |
Color Harmonies of #C66FCB
Complementary color
Monochromatic Colors of #C66FCB
Black with #C66FCB
Text Example
Text Example
White with #C66FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FCB; }
p { color: rgb(198,111,203); }
H1.HeaderClassName
{
color: #C66FCB;
}
.AnyTagClassName
{
color: #C66FCB;
}
</style>
background-color css
<style>
a { background-color: #C66FCB; }
a { background-color: rgb(198,111,203); }
div.DivClassName
{
background-color: #C66FCB;
}
.BgClassName
{
background-color: #C66FCB;
}
</style>
border-color css
<style>
span { border-color: #C66FCB; }
span { border-color: rgb(198,111,203); }
td.TdClassName
{
border-color: #C66FCB;
}
.TagClassName
{
border-color: #C66FCB;
}
</style>