Shades of Orchid #C67BCE
Tints of Orchid #C67BCE
RGB
CMYK
RGB Variations
Color information
#C67BCE (or 0xC67BCE) is known color: Orchid. HEX triplet: C6, 7B and CE. RGB value is (198,123,206). Sum of RGB (Red+Green+Blue) = 198+123+206=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 123 (48.44% from 255 or 23.34% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BCE is #398431. Grayscale: #9A9A9A. Windows color (decimal): -3769394 or 13532102. OLE color: 13532102.
HSL color Cylindrical-coordinate representation of color #C67BCE: hue angle of 294.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67BCE is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 123 | 206 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.19 |
| HSL | 294.22º | 0.46% | 0.65% | - |
| HSV(B) | 294.22º | 0.4% | 0.81% | - |
| XYZ | 41.51 | 30.63 | 62.12 | - |
| YUV | 154.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 206 | 0.04 | 0.40 | 0 | 0.19 | 294.22 | 0.46 | 0.65 |
| Hex | C6 | 7B | CE | 4 | 28 | 0 | 13 | 126 | 2E | 41 |
| Octal | 306 | 173 | 316 | 4 | 50 | 0 | 23 | 446 | 56 | 101 |
| Binary | 11000110 | 1111011 | 11001110 | 100 | 101000 | 0 | 10011 | 100100110 | 101110 | 1000001 |
Color Harmonies of #C67BCE
Complementary color
Monochromatic Colors of #C67BCE
Black with #C67BCE
Text Example
Text Example
White with #C67BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BCE; }
p { color: rgb(198,123,206); }
H1.HeaderClassName
{
color: #C67BCE;
}
.AnyTagClassName
{
color: #C67BCE;
}
</style>
background-color css
<style>
a { background-color: #C67BCE; }
a { background-color: rgb(198,123,206); }
div.DivClassName
{
background-color: #C67BCE;
}
.BgClassName
{
background-color: #C67BCE;
}
</style>
border-color css
<style>
span { border-color: #C67BCE; }
span { border-color: rgb(198,123,206); }
td.TdClassName
{
border-color: #C67BCE;
}
.TagClassName
{
border-color: #C67BCE;
}
</style>