Shades of Orchid #C67CD3
Tints of Orchid #C67CD3
RGB
CMYK
RGB Variations
Color information
#C67CD3 (or 0xC67CD3) is known color: Orchid. HEX triplet: C6, 7C and D3. RGB value is (198,124,211). Sum of RGB (Red+Green+Blue) = 198+124+211=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 211 - color contains mainly: blue. Hex color #C67CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CD3 is #39832C. Grayscale: #9B9B9B. Windows color (decimal): -3769133 or 13860038. OLE color: 13860038.
HSL color Cylindrical-coordinate representation of color #C67CD3: hue angle of 291.03º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C67CD3 is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 124 | 211 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.17 |
| HSL | 291.03º | 0.5% | 0.66% | - |
| HSV(B) | 291.03º | 0.41% | 0.83% | - |
| XYZ | 42.25 | 31.12 | 65.41 | - |
| YUV | 156.04 | 159.02 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 211 | 0.06 | 0.41 | 0 | 0.17 | 291.03 | 0.5 | 0.66 |
| Hex | C6 | 7C | D3 | 6 | 29 | 0 | 11 | 123 | 32 | 42 |
| Octal | 306 | 174 | 323 | 6 | 51 | 0 | 21 | 443 | 62 | 102 |
| Binary | 11000110 | 1111100 | 11010011 | 110 | 101001 | 0 | 10001 | 100100011 | 110010 | 1000010 |
Color Harmonies of #C67CD3
Complementary color
Monochromatic Colors of #C67CD3
Black with #C67CD3
Text Example
Text Example
White with #C67CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CD3; }
p { color: rgb(198,124,211); }
H1.HeaderClassName
{
color: #C67CD3;
}
.AnyTagClassName
{
color: #C67CD3;
}
</style>
background-color css
<style>
a { background-color: #C67CD3; }
a { background-color: rgb(198,124,211); }
div.DivClassName
{
background-color: #C67CD3;
}
.BgClassName
{
background-color: #C67CD3;
}
</style>
border-color css
<style>
span { border-color: #C67CD3; }
span { border-color: rgb(198,124,211); }
td.TdClassName
{
border-color: #C67CD3;
}
.TagClassName
{
border-color: #C67CD3;
}
</style>