Shades of Orchid #C67ADC
Tints of Orchid #C67ADC
RGB
CMYK
RGB Variations
Color information
#C67ADC (or 0xC67ADC) is known color: Orchid. HEX triplet: C6, 7A and DC. RGB value is (198,122,220). Sum of RGB (Red+Green+Blue) = 198+122+220=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C67ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67ADC is #398523. Grayscale: #9B9B9B. Windows color (decimal): -3769636 or 14449350. OLE color: 14449350.
HSL color Cylindrical-coordinate representation of color #C67ADC: hue angle of 286.53º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C67ADC is Cyan = 0.1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 122 | 220 | - |
| CMYK | 0.1 | 0.45 | 0 | 0.14 |
| HSL | 286.53º | 0.58% | 0.67% | - |
| HSV(B) | 286.53º | 0.45% | 0.86% | - |
| XYZ | 43.17 | 31.09 | 71.44 | - |
| YUV | 155.9 | 164.18 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 220 | 0.1 | 0.45 | 0 | 0.14 | 286.53 | 0.58 | 0.67 |
| Hex | C6 | 7A | DC | A | 2D | 0 | E | 11F | 3A | 43 |
| Octal | 306 | 172 | 334 | 12 | 55 | 0 | 16 | 437 | 72 | 103 |
| Binary | 11000110 | 1111010 | 11011100 | 1010 | 101101 | 0 | 1110 | 100011111 | 111010 | 1000011 |
Color Harmonies of #C67ADC
Complementary color
Monochromatic Colors of #C67ADC
Black with #C67ADC
Text Example
Text Example
White with #C67ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67ADC; }
p { color: rgb(198,122,220); }
H1.HeaderClassName
{
color: #C67ADC;
}
.AnyTagClassName
{
color: #C67ADC;
}
</style>
background-color css
<style>
a { background-color: #C67ADC; }
a { background-color: rgb(198,122,220); }
div.DivClassName
{
background-color: #C67ADC;
}
.BgClassName
{
background-color: #C67ADC;
}
</style>
border-color css
<style>
span { border-color: #C67ADC; }
span { border-color: rgb(198,122,220); }
td.TdClassName
{
border-color: #C67ADC;
}
.TagClassName
{
border-color: #C67ADC;
}
</style>