Shades of Orchid #C970BF
Tints of Orchid #C970BF
RGB
CMYK
RGB Variations
Color information
#C970BF (or 0xC970BF) is known color: Orchid. HEX triplet: C9, 70 and BF. RGB value is (201,112,191). Sum of RGB (Red+Green+Blue) = 201+112+191=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 191 (75% from 255 or 37.90% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C970BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970BF is #368F40. Grayscale: #939393. Windows color (decimal): -3575617 or 12546249. OLE color: 12546249.
HSL color Cylindrical-coordinate representation of color #C970BF: hue angle of 306.74º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970BF is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 191 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.21 |
| HSL | 306.74º | 0.45% | 0.61% | - |
| HSV(B) | 306.74º | 0.44% | 0.79% | - |
| XYZ | 39.29 | 27.77 | 52.58 | - |
| YUV | 147.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 191 | 0 | 0.44 | 0.05 | 0.21 | 306.74 | 0.45 | 0.61 |
| Hex | C9 | 70 | BF | 0 | 2C | 5 | 15 | 133 | 2D | 3D |
| Octal | 311 | 160 | 277 | 0 | 54 | 5 | 25 | 463 | 55 | 75 |
| Binary | 11001001 | 1110000 | 10111111 | 0 | 101100 | 101 | 10101 | 100110011 | 101101 | 111101 |
Color Harmonies of #C970BF
Complementary color
Monochromatic Colors of #C970BF
Black with #C970BF
Text Example
Text Example
White with #C970BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970BF; }
p { color: rgb(201,112,191); }
H1.HeaderClassName
{
color: #C970BF;
}
.AnyTagClassName
{
color: #C970BF;
}
</style>
background-color css
<style>
a { background-color: #C970BF; }
a { background-color: rgb(201,112,191); }
div.DivClassName
{
background-color: #C970BF;
}
.BgClassName
{
background-color: #C970BF;
}
</style>
border-color css
<style>
span { border-color: #C970BF; }
span { border-color: rgb(201,112,191); }
td.TdClassName
{
border-color: #C970BF;
}
.TagClassName
{
border-color: #C970BF;
}
</style>