Shades of Orchid #C67BCF
Tints of Orchid #C67BCF
RGB
CMYK
RGB Variations
Color information
#C67BCF (or 0xC67BCF) is known color: Orchid. HEX triplet: C6, 7B and CF. RGB value is (198,123,207). Sum of RGB (Red+Green+Blue) = 198+123+207=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 123 (48.44% from 255 or 23.30% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #C67BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCF is #398430. Grayscale: #9A9A9A. Windows color (decimal): -3769393 or 13597638. OLE color: 13597638.
HSL color Cylindrical-coordinate representation of color #C67BCF: hue angle of 293.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67BCF is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 123 | 207 | - |
| CMYK | 0.04 | 0.41 | 0 | 0.19 |
| HSL | 293.57º | 0.47% | 0.65% | - |
| HSV(B) | 293.57º | 0.41% | 0.81% | - |
| XYZ | 41.63 | 30.68 | 62.76 | - |
| YUV | 155 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 207 | 0.04 | 0.41 | 0 | 0.19 | 293.57 | 0.47 | 0.65 |
| Hex | C6 | 7B | CF | 4 | 29 | 0 | 13 | 126 | 2F | 41 |
| Octal | 306 | 173 | 317 | 4 | 51 | 0 | 23 | 446 | 57 | 101 |
| Binary | 11000110 | 1111011 | 11001111 | 100 | 101001 | 0 | 10011 | 100100110 | 101111 | 1000001 |
Color Harmonies of #C67BCF
Complementary color
Monochromatic Colors of #C67BCF
Black with #C67BCF
Text Example
Text Example
White with #C67BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BCF; }
p { color: rgb(198,123,207); }
H1.HeaderClassName
{
color: #C67BCF;
}
.AnyTagClassName
{
color: #C67BCF;
}
</style>
background-color css
<style>
a { background-color: #C67BCF; }
a { background-color: rgb(198,123,207); }
div.DivClassName
{
background-color: #C67BCF;
}
.BgClassName
{
background-color: #C67BCF;
}
</style>
border-color css
<style>
span { border-color: #C67BCF; }
span { border-color: rgb(198,123,207); }
td.TdClassName
{
border-color: #C67BCF;
}
.TagClassName
{
border-color: #C67BCF;
}
</style>