Shades of Orchid #C967CF
Tints of Orchid #C967CF
RGB
CMYK
RGB Variations
Color information
#C967CF (or 0xC967CF) is known color: Orchid. HEX triplet: C9, 67 and CF. RGB value is (201,103,207). Sum of RGB (Red+Green+Blue) = 201+103+207=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C967CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C967CF is #369830. Grayscale: #8F8F8F. Windows color (decimal): -3577905 or 13592521. OLE color: 13592521.
HSL color Cylindrical-coordinate representation of color #C967CF: hue angle of 296.54º 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 #C967CF is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 103 | 207 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.19 |
| HSL | 296.54º | 0.52% | 0.61% | - |
| HSV(B) | 296.54º | 0.5% | 0.81% | - |
| XYZ | 40.2 | 26.62 | 62.05 | - |
| YUV | 144.16 | 163.47 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 207 | 0.03 | 0.50 | 0 | 0.19 | 296.54 | 0.52 | 0.61 |
| Hex | C9 | 67 | CF | 3 | 32 | 0 | 13 | 129 | 34 | 3D |
| Octal | 311 | 147 | 317 | 3 | 62 | 0 | 23 | 451 | 64 | 75 |
| Binary | 11001001 | 1100111 | 11001111 | 11 | 110010 | 0 | 10011 | 100101001 | 110100 | 111101 |
Color Harmonies of #C967CF
Complementary color
Monochromatic Colors of #C967CF
Black with #C967CF
Text Example
Text Example
White with #C967CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C967CF; }
p { color: rgb(201,103,207); }
H1.HeaderClassName
{
color: #C967CF;
}
.AnyTagClassName
{
color: #C967CF;
}
</style>
background-color css
<style>
a { background-color: #C967CF; }
a { background-color: rgb(201,103,207); }
div.DivClassName
{
background-color: #C967CF;
}
.BgClassName
{
background-color: #C967CF;
}
</style>
border-color css
<style>
span { border-color: #C967CF; }
span { border-color: rgb(201,103,207); }
td.TdClassName
{
border-color: #C967CF;
}
.TagClassName
{
border-color: #C967CF;
}
</style>