Shades of Orchid #C67DDF
Tints of Orchid #C67DDF
RGB
CMYK
RGB Variations
Color information
#C67DDF (or 0xC67DDF) is known color: Orchid. HEX triplet: C6, 7D and DF. RGB value is (198,125,223). Sum of RGB (Red+Green+Blue) = 198+125+223=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 125 (49.22% from 255 or 22.89% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C67DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67DDF is #398220. Grayscale: #9D9D9D. Windows color (decimal): -3768865 or 14646726. OLE color: 14646726.
HSL color Cylindrical-coordinate representation of color #C67DDF: hue angle of 284.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C67DDF is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 125 | 223 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.13 |
| HSL | 284.69º | 0.6% | 0.68% | - |
| HSV(B) | 284.69º | 0.44% | 0.87% | - |
| XYZ | 43.94 | 32 | 73.67 | - |
| YUV | 158 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 223 | 0.11 | 0.44 | 0 | 0.13 | 284.69 | 0.6 | 0.68 |
| Hex | C6 | 7D | DF | B | 2C | 0 | D | 11D | 3C | 44 |
| Octal | 306 | 175 | 337 | 13 | 54 | 0 | 15 | 435 | 74 | 104 |
| Binary | 11000110 | 1111101 | 11011111 | 1011 | 101100 | 0 | 1101 | 100011101 | 111100 | 1000100 |
Color Harmonies of #C67DDF
Complementary color
Monochromatic Colors of #C67DDF
Black with #C67DDF
Text Example
Text Example
White with #C67DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DDF; }
p { color: rgb(198,125,223); }
H1.HeaderClassName
{
color: #C67DDF;
}
.AnyTagClassName
{
color: #C67DDF;
}
</style>
background-color css
<style>
a { background-color: #C67DDF; }
a { background-color: rgb(198,125,223); }
div.DivClassName
{
background-color: #C67DDF;
}
.BgClassName
{
background-color: #C67DDF;
}
</style>
border-color css
<style>
span { border-color: #C67DDF; }
span { border-color: rgb(198,125,223); }
td.TdClassName
{
border-color: #C67DDF;
}
.TagClassName
{
border-color: #C67DDF;
}
</style>