Shades of Orchid #C67CCD
Tints of Orchid #C67CCD
RGB
CMYK
RGB Variations
Color information
#C67CCD (or 0xC67CCD) is known color: Orchid. HEX triplet: C6, 7C and CD. RGB value is (198,124,205). Sum of RGB (Red+Green+Blue) = 198+124+205=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C67CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67CCD is #398332. Grayscale: #9B9B9B. Windows color (decimal): -3769139 or 13466822. OLE color: 13466822.
HSL color Cylindrical-coordinate representation of color #C67CCD: hue angle of 294.81º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67CCD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 124 | 205 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.20 |
| HSL | 294.81º | 0.45% | 0.65% | - |
| HSV(B) | 294.81º | 0.4% | 0.8% | - |
| XYZ | 41.52 | 30.83 | 61.52 | - |
| YUV | 155.36 | 156.02 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 124 | 205 | 0.03 | 0.40 | 0 | 0.20 | 294.81 | 0.45 | 0.65 |
| Hex | C6 | 7C | CD | 3 | 28 | 0 | 14 | 127 | 2D | 41 |
| Octal | 306 | 174 | 315 | 3 | 50 | 0 | 24 | 447 | 55 | 101 |
| Binary | 11000110 | 1111100 | 11001101 | 11 | 101000 | 0 | 10100 | 100100111 | 101101 | 1000001 |
Color Harmonies of #C67CCD
Complementary color
Monochromatic Colors of #C67CCD
Black with #C67CCD
Text Example
Text Example
White with #C67CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67CCD; }
p { color: rgb(198,124,205); }
H1.HeaderClassName
{
color: #C67CCD;
}
.AnyTagClassName
{
color: #C67CCD;
}
</style>
background-color css
<style>
a { background-color: #C67CCD; }
a { background-color: rgb(198,124,205); }
div.DivClassName
{
background-color: #C67CCD;
}
.BgClassName
{
background-color: #C67CCD;
}
</style>
border-color css
<style>
span { border-color: #C67CCD; }
span { border-color: rgb(198,124,205); }
td.TdClassName
{
border-color: #C67CCD;
}
.TagClassName
{
border-color: #C67CCD;
}
</style>