Shades of Orchid #C96BCC
Tints of Orchid #C96BCC
RGB
CMYK
RGB Variations
Color information
#C96BCC (or 0xC96BCC) is known color: Orchid. HEX triplet: C9, 6B and CC. RGB value is (201,107,204). Sum of RGB (Red+Green+Blue) = 201+107+204=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C96BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BCC is #369433. Grayscale: #919191. Windows color (decimal): -3576884 or 13396937. OLE color: 13396937.
HSL color Cylindrical-coordinate representation of color #C96BCC: hue angle of 298.14º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C96BCC is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 107 | 204 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.2 |
| HSL | 298.14º | 0.49% | 0.61% | - |
| HSV(B) | 298.14º | 0.48% | 0.8% | - |
| XYZ | 40.24 | 27.29 | 60.27 | - |
| YUV | 146.16 | 160.64 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 204 | 0.01 | 0.48 | 0 | 0.2 | 298.14 | 0.49 | 0.61 |
| Hex | C9 | 6B | CC | 1 | 30 | 0 | 14 | 12A | 31 | 3D |
| Octal | 311 | 153 | 314 | 1 | 60 | 0 | 24 | 452 | 61 | 75 |
| Binary | 11001001 | 1101011 | 11001100 | 1 | 110000 | 0 | 10100 | 100101010 | 110001 | 111101 |
Color Harmonies of #C96BCC
Complementary color
Monochromatic Colors of #C96BCC
Black with #C96BCC
Text Example
Text Example
White with #C96BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BCC; }
p { color: rgb(201,107,204); }
H1.HeaderClassName
{
color: #C96BCC;
}
.AnyTagClassName
{
color: #C96BCC;
}
</style>
background-color css
<style>
a { background-color: #C96BCC; }
a { background-color: rgb(201,107,204); }
div.DivClassName
{
background-color: #C96BCC;
}
.BgClassName
{
background-color: #C96BCC;
}
</style>
border-color css
<style>
span { border-color: #C96BCC; }
span { border-color: rgb(201,107,204); }
td.TdClassName
{
border-color: #C96BCC;
}
.TagClassName
{
border-color: #C96BCC;
}
</style>