Shades of Orchid #C96BCA
Tints of Orchid #C96BCA
RGB
CMYK
RGB Variations
Color information
#C96BCA (or 0xC96BCA) is known color: Orchid. HEX triplet: C9, 6B and CA. RGB value is (201,107,202). Sum of RGB (Red+Green+Blue) = 201+107+202=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 107 (42.19% from 255 or 20.98% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #C96BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C96BCA is #369435. Grayscale: #919191. Windows color (decimal): -3576886 or 13265865. OLE color: 13265865.
HSL color Cylindrical-coordinate representation of color #C96BCA: hue angle of 299.37º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C96BCA is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 202 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.21 |
| HSL | 299.37º | 0.47% | 0.61% | - |
| HSV(B) | 299.37º | 0.47% | 0.79% | - |
| XYZ | 40.01 | 27.2 | 59.02 | - |
| YUV | 145.94 | 159.64 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 202 | 0.00 | 0.47 | 0 | 0.21 | 299.37 | 0.47 | 0.61 |
| Hex | C9 | 6B | CA | 0 | 2F | 0 | 15 | 12B | 2F | 3D |
| Octal | 311 | 153 | 312 | 0 | 57 | 0 | 25 | 453 | 57 | 75 |
| Binary | 11001001 | 1101011 | 11001010 | 0 | 101111 | 0 | 10101 | 100101011 | 101111 | 111101 |
Color Harmonies of #C96BCA
Complementary color
Monochromatic Colors of #C96BCA
Black with #C96BCA
Text Example
Text Example
White with #C96BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96BCA; }
p { color: rgb(201,107,202); }
H1.HeaderClassName
{
color: #C96BCA;
}
.AnyTagClassName
{
color: #C96BCA;
}
</style>
background-color css
<style>
a { background-color: #C96BCA; }
a { background-color: rgb(201,107,202); }
div.DivClassName
{
background-color: #C96BCA;
}
.BgClassName
{
background-color: #C96BCA;
}
</style>
border-color css
<style>
span { border-color: #C96BCA; }
span { border-color: rgb(201,107,202); }
td.TdClassName
{
border-color: #C96BCA;
}
.TagClassName
{
border-color: #C96BCA;
}
</style>