Shades of Orchid #C767CF
Tints of Orchid #C767CF
RGB
CMYK
RGB Variations
Color information
#C767CF (or 0xC767CF) is known color: Orchid. HEX triplet: C7, 67 and CF. RGB value is (199,103,207). Sum of RGB (Red+Green+Blue) = 199+103+207=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C767CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C767CF is #389830. Grayscale: #8F8F8F. Windows color (decimal): -3708977 or 13592519. OLE color: 13592519.
HSL color Cylindrical-coordinate representation of color #C767CF: hue angle of 295.38º degrees, saturation: 0.52, 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 #C767CF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 103 | 207 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.19 |
| HSL | 295.38º | 0.52% | 0.61% | - |
| HSV(B) | 295.38º | 0.5% | 0.81% | - |
| XYZ | 39.67 | 26.35 | 62.03 | - |
| YUV | 143.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 207 | 0.04 | 0.50 | 0 | 0.19 | 295.38 | 0.52 | 0.61 |
| Hex | C7 | 67 | CF | 4 | 32 | 0 | 13 | 127 | 34 | 3D |
| Octal | 307 | 147 | 317 | 4 | 62 | 0 | 23 | 447 | 64 | 75 |
| Binary | 11000111 | 1100111 | 11001111 | 100 | 110010 | 0 | 10011 | 100100111 | 110100 | 111101 |
Color Harmonies of #C767CF
Complementary color
Monochromatic Colors of #C767CF
Black with #C767CF
Text Example
Text Example
White with #C767CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C767CF; }
p { color: rgb(199,103,207); }
H1.HeaderClassName
{
color: #C767CF;
}
.AnyTagClassName
{
color: #C767CF;
}
</style>
background-color css
<style>
a { background-color: #C767CF; }
a { background-color: rgb(199,103,207); }
div.DivClassName
{
background-color: #C767CF;
}
.BgClassName
{
background-color: #C767CF;
}
</style>
border-color css
<style>
span { border-color: #C767CF; }
span { border-color: rgb(199,103,207); }
td.TdClassName
{
border-color: #C767CF;
}
.TagClassName
{
border-color: #C767CF;
}
</style>