Shades of Orchid #C67CCC
Tints of Orchid #C67CCC
RGB
CMYK
RGB Variations
Color information
#C67CCC (or 0xC67CCC) is known color: Orchid. HEX triplet: C6, 7C and CC. RGB value is (198,124,204). Sum of RGB (Red+Green+Blue) = 198+124+204=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C67CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CCC is #398333. Grayscale: #9B9B9B. Windows color (decimal): -3769140 or 13401286. OLE color: 13401286.
HSL color Cylindrical-coordinate representation of color #C67CCC: hue angle of 295.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C67CCC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 124 | 204 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.2 |
| HSL | 295.5º | 0.44% | 0.64% | - |
| HSV(B) | 295.5º | 0.39% | 0.8% | - |
| XYZ | 41.4 | 30.78 | 60.89 | - |
| YUV | 155.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 204 | 0.03 | 0.39 | 0 | 0.2 | 295.5 | 0.44 | 0.64 |
| Hex | C6 | 7C | CC | 3 | 27 | 0 | 14 | 128 | 2C | 40 |
| Octal | 306 | 174 | 314 | 3 | 47 | 0 | 24 | 450 | 54 | 100 |
| Binary | 11000110 | 1111100 | 11001100 | 11 | 100111 | 0 | 10100 | 100101000 | 101100 | 1000000 |
Color Harmonies of #C67CCC
Complementary color
Monochromatic Colors of #C67CCC
Black with #C67CCC
Text Example
Text Example
White with #C67CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CCC; }
p { color: rgb(198,124,204); }
H1.HeaderClassName
{
color: #C67CCC;
}
.AnyTagClassName
{
color: #C67CCC;
}
</style>
background-color css
<style>
a { background-color: #C67CCC; }
a { background-color: rgb(198,124,204); }
div.DivClassName
{
background-color: #C67CCC;
}
.BgClassName
{
background-color: #C67CCC;
}
</style>
border-color css
<style>
span { border-color: #C67CCC; }
span { border-color: rgb(198,124,204); }
td.TdClassName
{
border-color: #C67CCC;
}
.TagClassName
{
border-color: #C67CCC;
}
</style>