Shades of Orchid #C67DCC
Tints of Orchid #C67DCC
RGB
CMYK
RGB Variations
Color information
#C67DCC (or 0xC67DCC) is known color: Orchid. HEX triplet: C6, 7D and CC. RGB value is (198,125,204). Sum of RGB (Red+Green+Blue) = 198+125+204=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C67DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DCC is #398233. Grayscale: #9B9B9B. Windows color (decimal): -3768884 or 13401542. OLE color: 13401542.
HSL color Cylindrical-coordinate representation of color #C67DCC: hue angle of 295.44º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67DCC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 125 | 204 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.2 |
| HSL | 295.44º | 0.44% | 0.65% | - |
| HSV(B) | 295.44º | 0.39% | 0.8% | - |
| XYZ | 41.52 | 31.03 | 60.93 | - |
| YUV | 155.83 | 155.18 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 204 | 0.03 | 0.39 | 0 | 0.2 | 295.44 | 0.44 | 0.65 |
| Hex | C6 | 7D | CC | 3 | 27 | 0 | 14 | 127 | 2C | 41 |
| Octal | 306 | 175 | 314 | 3 | 47 | 0 | 24 | 447 | 54 | 101 |
| Binary | 11000110 | 1111101 | 11001100 | 11 | 100111 | 0 | 10100 | 100100111 | 101100 | 1000001 |
Color Harmonies of #C67DCC
Complementary color
Monochromatic Colors of #C67DCC
Black with #C67DCC
Text Example
Text Example
White with #C67DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DCC; }
p { color: rgb(198,125,204); }
H1.HeaderClassName
{
color: #C67DCC;
}
.AnyTagClassName
{
color: #C67DCC;
}
</style>
background-color css
<style>
a { background-color: #C67DCC; }
a { background-color: rgb(198,125,204); }
div.DivClassName
{
background-color: #C67DCC;
}
.BgClassName
{
background-color: #C67DCC;
}
</style>
border-color css
<style>
span { border-color: #C67DCC; }
span { border-color: rgb(198,125,204); }
td.TdClassName
{
border-color: #C67DCC;
}
.TagClassName
{
border-color: #C67DCC;
}
</style>