Shades of Orchid #C67DCE
Tints of Orchid #C67DCE
RGB
CMYK
RGB Variations
Color information
#C67DCE (or 0xC67DCE) is known color: Orchid. HEX triplet: C6, 7D and CE. RGB value is (198,125,206). Sum of RGB (Red+Green+Blue) = 198+125+206=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C67DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DCE is #398231. Grayscale: #9B9B9B. Windows color (decimal): -3768882 or 13532614. OLE color: 13532614.
HSL color Cylindrical-coordinate representation of color #C67DCE: hue angle of 294.07º 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 #C67DCE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 125 | 206 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.19 |
| HSL | 294.07º | 0.45% | 0.65% | - |
| HSV(B) | 294.07º | 0.39% | 0.81% | - |
| XYZ | 41.76 | 31.13 | 62.2 | - |
| YUV | 156.06 | 156.18 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 206 | 0.04 | 0.39 | 0 | 0.19 | 294.07 | 0.45 | 0.65 |
| Hex | C6 | 7D | CE | 4 | 27 | 0 | 13 | 126 | 2D | 41 |
| Octal | 306 | 175 | 316 | 4 | 47 | 0 | 23 | 446 | 55 | 101 |
| Binary | 11000110 | 1111101 | 11001110 | 100 | 100111 | 0 | 10011 | 100100110 | 101101 | 1000001 |
Color Harmonies of #C67DCE
Complementary color
Monochromatic Colors of #C67DCE
Black with #C67DCE
Text Example
Text Example
White with #C67DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DCE; }
p { color: rgb(198,125,206); }
H1.HeaderClassName
{
color: #C67DCE;
}
.AnyTagClassName
{
color: #C67DCE;
}
</style>
background-color css
<style>
a { background-color: #C67DCE; }
a { background-color: rgb(198,125,206); }
div.DivClassName
{
background-color: #C67DCE;
}
.BgClassName
{
background-color: #C67DCE;
}
</style>
border-color css
<style>
span { border-color: #C67DCE; }
span { border-color: rgb(198,125,206); }
td.TdClassName
{
border-color: #C67DCE;
}
.TagClassName
{
border-color: #C67DCE;
}
</style>