Shades of Orchid #C767CE
Tints of Orchid #C767CE
RGB
CMYK
RGB Variations
Color information
#C767CE (or 0xC767CE) is known color: Orchid. HEX triplet: C7, 67 and CE. RGB value is (199,103,206). Sum of RGB (Red+Green+Blue) = 199+103+206=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 103 (40.62% from 255 or 20.28% 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 #C767CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767CE is #389831. Grayscale: #8F8F8F. Windows color (decimal): -3708978 or 13526983. OLE color: 13526983.
HSL color Cylindrical-coordinate representation of color #C767CE: hue angle of 295.92º 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 #C767CE is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 103 | 206 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.19 |
| HSL | 295.92º | 0.51% | 0.61% | - |
| HSV(B) | 295.92º | 0.5% | 0.81% | - |
| XYZ | 39.54 | 26.3 | 61.38 | - |
| YUV | 143.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 206 | 0.03 | 0.50 | 0 | 0.19 | 295.92 | 0.51 | 0.61 |
| Hex | C7 | 67 | CE | 3 | 32 | 0 | 13 | 128 | 33 | 3D |
| Octal | 307 | 147 | 316 | 3 | 62 | 0 | 23 | 450 | 63 | 75 |
| Binary | 11000111 | 1100111 | 11001110 | 11 | 110010 | 0 | 10011 | 100101000 | 110011 | 111101 |
Color Harmonies of #C767CE
Complementary color
Monochromatic Colors of #C767CE
Black with #C767CE
Text Example
Text Example
White with #C767CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767CE; }
p { color: rgb(199,103,206); }
H1.HeaderClassName
{
color: #C767CE;
}
.AnyTagClassName
{
color: #C767CE;
}
</style>
background-color css
<style>
a { background-color: #C767CE; }
a { background-color: rgb(199,103,206); }
div.DivClassName
{
background-color: #C767CE;
}
.BgClassName
{
background-color: #C767CE;
}
</style>
border-color css
<style>
span { border-color: #C767CE; }
span { border-color: rgb(199,103,206); }
td.TdClassName
{
border-color: #C767CE;
}
.TagClassName
{
border-color: #C767CE;
}
</style>