Shades of Orchid #C67FC0
Tints of Orchid #C67FC0
RGB
CMYK
RGB Variations
Color information
#C67FC0 (or 0xC67FC0) is known color: Orchid. HEX triplet: C6, 7F and C0. RGB value is (198,127,192). Sum of RGB (Red+Green+Blue) = 198+127+192=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C67FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FC0 is #39803F. Grayscale: #9B9B9B. Windows color (decimal): -3768384 or 12615622. OLE color: 12615622.
HSL color Cylindrical-coordinate representation of color #C67FC0: hue angle of 305.07º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C67FC0 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 127 | 192 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.22 |
| HSL | 305.07º | 0.38% | 0.64% | - |
| HSV(B) | 305.07º | 0.36% | 0.78% | - |
| XYZ | 40.39 | 30.99 | 53.72 | - |
| YUV | 155.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 192 | 0 | 0.36 | 0.03 | 0.22 | 305.07 | 0.38 | 0.64 |
| Hex | C6 | 7F | C0 | 0 | 24 | 3 | 16 | 131 | 26 | 40 |
| Octal | 306 | 177 | 300 | 0 | 44 | 3 | 26 | 461 | 46 | 100 |
| Binary | 11000110 | 1111111 | 11000000 | 0 | 100100 | 11 | 10110 | 100110001 | 100110 | 1000000 |
Color Harmonies of #C67FC0
Complementary color
Monochromatic Colors of #C67FC0
Black with #C67FC0
Text Example
Text Example
White with #C67FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FC0; }
p { color: rgb(198,127,192); }
H1.HeaderClassName
{
color: #C67FC0;
}
.AnyTagClassName
{
color: #C67FC0;
}
</style>
background-color css
<style>
a { background-color: #C67FC0; }
a { background-color: rgb(198,127,192); }
div.DivClassName
{
background-color: #C67FC0;
}
.BgClassName
{
background-color: #C67FC0;
}
</style>
border-color css
<style>
span { border-color: #C67FC0; }
span { border-color: rgb(198,127,192); }
td.TdClassName
{
border-color: #C67FC0;
}
.TagClassName
{
border-color: #C67FC0;
}
</style>