Shades of Orchid #C96ACF
Tints of Orchid #C96ACF
RGB
CMYK
RGB Variations
Color information
#C96ACF (or 0xC96ACF) is known color: Orchid. HEX triplet: C9, 6A and CF. RGB value is (201,106,207). Sum of RGB (Red+Green+Blue) = 201+106+207=514 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.11% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C96ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96ACF is #369530. Grayscale: #919191. Windows color (decimal): -3577137 or 13593289. OLE color: 13593289.
HSL color Cylindrical-coordinate representation of color #C96ACF: hue angle of 296.44º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96ACF is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 106 | 207 | - |
| CMYK | 0.03 | 0.49 | 0 | 0.19 |
| HSL | 296.44º | 0.51% | 0.61% | - |
| HSV(B) | 296.44º | 0.49% | 0.81% | - |
| XYZ | 40.5 | 27.23 | 62.15 | - |
| YUV | 145.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 207 | 0.03 | 0.49 | 0 | 0.19 | 296.44 | 0.51 | 0.61 |
| Hex | C9 | 6A | CF | 3 | 31 | 0 | 13 | 128 | 33 | 3D |
| Octal | 311 | 152 | 317 | 3 | 61 | 0 | 23 | 450 | 63 | 75 |
| Binary | 11001001 | 1101010 | 11001111 | 11 | 110001 | 0 | 10011 | 100101000 | 110011 | 111101 |
Color Harmonies of #C96ACF
Complementary color
Monochromatic Colors of #C96ACF
Black with #C96ACF
Text Example
Text Example
White with #C96ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96ACF; }
p { color: rgb(201,106,207); }
H1.HeaderClassName
{
color: #C96ACF;
}
.AnyTagClassName
{
color: #C96ACF;
}
</style>
background-color css
<style>
a { background-color: #C96ACF; }
a { background-color: rgb(201,106,207); }
div.DivClassName
{
background-color: #C96ACF;
}
.BgClassName
{
background-color: #C96ACF;
}
</style>
border-color css
<style>
span { border-color: #C96ACF; }
span { border-color: rgb(201,106,207); }
td.TdClassName
{
border-color: #C96ACF;
}
.TagClassName
{
border-color: #C96ACF;
}
</style>