Shades of Orchid #C67FCF
Tints of Orchid #C67FCF
RGB
CMYK
RGB Variations
Color information
#C67FCF (or 0xC67FCF) is known color: Orchid. HEX triplet: C6, 7F and CF. RGB value is (198,127,207). Sum of RGB (Red+Green+Blue) = 198+127+207=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C67FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67FCF is #398030. Grayscale: #9D9D9D. Windows color (decimal): -3768369 or 13598662. OLE color: 13598662.
HSL color Cylindrical-coordinate representation of color #C67FCF: hue angle of 293.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67FCF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 127 | 207 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.19 |
| HSL | 293.25º | 0.45% | 0.65% | - |
| HSV(B) | 293.25º | 0.39% | 0.81% | - |
| XYZ | 42.14 | 31.69 | 62.93 | - |
| YUV | 157.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 127 | 207 | 0.04 | 0.39 | 0 | 0.19 | 293.25 | 0.45 | 0.65 |
| Hex | C6 | 7F | CF | 4 | 27 | 0 | 13 | 125 | 2D | 41 |
| Octal | 306 | 177 | 317 | 4 | 47 | 0 | 23 | 445 | 55 | 101 |
| Binary | 11000110 | 1111111 | 11001111 | 100 | 100111 | 0 | 10011 | 100100101 | 101101 | 1000001 |
Color Harmonies of #C67FCF
Complementary color
Monochromatic Colors of #C67FCF
Black with #C67FCF
Text Example
Text Example
White with #C67FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67FCF; }
p { color: rgb(198,127,207); }
H1.HeaderClassName
{
color: #C67FCF;
}
.AnyTagClassName
{
color: #C67FCF;
}
</style>
background-color css
<style>
a { background-color: #C67FCF; }
a { background-color: rgb(198,127,207); }
div.DivClassName
{
background-color: #C67FCF;
}
.BgClassName
{
background-color: #C67FCF;
}
</style>
border-color css
<style>
span { border-color: #C67FCF; }
span { border-color: rgb(198,127,207); }
td.TdClassName
{
border-color: #C67FCF;
}
.TagClassName
{
border-color: #C67FCF;
}
</style>