Shades of Orchid #C768CE
Tints of Orchid #C768CE
RGB
CMYK
RGB Variations
Color information
#C768CE (or 0xC768CE) is known color: Orchid. HEX triplet: C7, 68 and CE. RGB value is (199,104,206). Sum of RGB (Red+Green+Blue) = 199+104+206=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #C768CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768CE is #389731. Grayscale: #8F8F8F. Windows color (decimal): -3708722 or 13527239. OLE color: 13527239.
HSL color Cylindrical-coordinate representation of color #C768CE: hue angle of 295.88º 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 #C768CE is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 104 | 206 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.19 |
| HSL | 295.88º | 0.51% | 0.61% | - |
| HSV(B) | 295.88º | 0.5% | 0.81% | - |
| XYZ | 39.64 | 26.5 | 61.42 | - |
| YUV | 144.03 | 162.97 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 206 | 0.03 | 0.50 | 0 | 0.19 | 295.88 | 0.51 | 0.61 |
| Hex | C7 | 68 | CE | 3 | 32 | 0 | 13 | 128 | 33 | 3D |
| Octal | 307 | 150 | 316 | 3 | 62 | 0 | 23 | 450 | 63 | 75 |
| Binary | 11000111 | 1101000 | 11001110 | 11 | 110010 | 0 | 10011 | 100101000 | 110011 | 111101 |
Color Harmonies of #C768CE
Complementary color
Monochromatic Colors of #C768CE
Black with #C768CE
Text Example
Text Example
White with #C768CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768CE; }
p { color: rgb(199,104,206); }
H1.HeaderClassName
{
color: #C768CE;
}
.AnyTagClassName
{
color: #C768CE;
}
</style>
background-color css
<style>
a { background-color: #C768CE; }
a { background-color: rgb(199,104,206); }
div.DivClassName
{
background-color: #C768CE;
}
.BgClassName
{
background-color: #C768CE;
}
</style>
border-color css
<style>
span { border-color: #C768CE; }
span { border-color: rgb(199,104,206); }
td.TdClassName
{
border-color: #C768CE;
}
.TagClassName
{
border-color: #C768CE;
}
</style>