Shades of Orchid #C668CE
Tints of Orchid #C668CE
RGB
CMYK
RGB Variations
Color information
#C668CE (or 0xC668CE) is known color: Orchid. HEX triplet: C6, 68 and CE. RGB value is (198,104,206). Sum of RGB (Red+Green+Blue) = 198+104+206=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 104 (41.02% from 255 or 20.47% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C668CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C668CE is #399731. Grayscale: #8F8F8F. Windows color (decimal): -3774258 or 13527238. OLE color: 13527238.
HSL color Cylindrical-coordinate representation of color #C668CE: hue angle of 295.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C668CE is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 104 | 206 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.19 |
| HSL | 295.29º | 0.51% | 0.61% | - |
| HSV(B) | 295.29º | 0.5% | 0.81% | - |
| XYZ | 39.38 | 26.36 | 61.41 | - |
| YUV | 143.73 | 163.14 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 206 | 0.04 | 0.50 | 0 | 0.19 | 295.29 | 0.51 | 0.61 |
| Hex | C6 | 68 | CE | 4 | 32 | 0 | 13 | 127 | 33 | 3D |
| Octal | 306 | 150 | 316 | 4 | 62 | 0 | 23 | 447 | 63 | 75 |
| Binary | 11000110 | 1101000 | 11001110 | 100 | 110010 | 0 | 10011 | 100100111 | 110011 | 111101 |
Color Harmonies of #C668CE
Complementary color
Monochromatic Colors of #C668CE
Black with #C668CE
Text Example
Text Example
White with #C668CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668CE; }
p { color: rgb(198,104,206); }
H1.HeaderClassName
{
color: #C668CE;
}
.AnyTagClassName
{
color: #C668CE;
}
</style>
background-color css
<style>
a { background-color: #C668CE; }
a { background-color: rgb(198,104,206); }
div.DivClassName
{
background-color: #C668CE;
}
.BgClassName
{
background-color: #C668CE;
}
</style>
border-color css
<style>
span { border-color: #C668CE; }
span { border-color: rgb(198,104,206); }
td.TdClassName
{
border-color: #C668CE;
}
.TagClassName
{
border-color: #C668CE;
}
</style>