Shades of Orchid #C67BDE
Tints of Orchid #C67BDE
RGB
CMYK
RGB Variations
Color information
#C67BDE (or 0xC67BDE) is known color: Orchid. HEX triplet: C6, 7B and DE. RGB value is (198,123,222). Sum of RGB (Red+Green+Blue) = 198+123+222=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #C67BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BDE is #398421. Grayscale: #9C9C9C. Windows color (decimal): -3769378 or 14580678. OLE color: 14580678.
HSL color Cylindrical-coordinate representation of color #C67BDE: hue angle of 285.45º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67BDE is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 123 | 222 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.13 |
| HSL | 285.45º | 0.6% | 0.68% | - |
| HSV(B) | 285.45º | 0.45% | 0.87% | - |
| XYZ | 43.56 | 31.45 | 72.88 | - |
| YUV | 156.71 | 164.85 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 123 | 222 | 0.11 | 0.45 | 0 | 0.13 | 285.45 | 0.6 | 0.68 |
| Hex | C6 | 7B | DE | B | 2D | 0 | D | 11D | 3C | 44 |
| Octal | 306 | 173 | 336 | 13 | 55 | 0 | 15 | 435 | 74 | 104 |
| Binary | 11000110 | 1111011 | 11011110 | 1011 | 101101 | 0 | 1101 | 100011101 | 111100 | 1000100 |
Color Harmonies of #C67BDE
Complementary color
Monochromatic Colors of #C67BDE
Black with #C67BDE
Text Example
Text Example
White with #C67BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67BDE; }
p { color: rgb(198,123,222); }
H1.HeaderClassName
{
color: #C67BDE;
}
.AnyTagClassName
{
color: #C67BDE;
}
</style>
background-color css
<style>
a { background-color: #C67BDE; }
a { background-color: rgb(198,123,222); }
div.DivClassName
{
background-color: #C67BDE;
}
.BgClassName
{
background-color: #C67BDE;
}
</style>
border-color css
<style>
span { border-color: #C67BDE; }
span { border-color: rgb(198,123,222); }
td.TdClassName
{
border-color: #C67BDE;
}
.TagClassName
{
border-color: #C67BDE;
}
</style>