Shades of Orchid #CF70C3
Tints of Orchid #CF70C3
RGB
CMYK
RGB Variations
Color information
#CF70C3 (or 0xCF70C3) is known color: Orchid. HEX triplet: CF, 70 and C3. RGB value is (207,112,195). Sum of RGB (Red+Green+Blue) = 207+112+195=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C3 is #308F3C. Grayscale: #959595. Windows color (decimal): -3182397 or 12808399. OLE color: 12808399.
HSL color Cylindrical-coordinate representation of color #CF70C3: hue angle of 307.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF70C3 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 195 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.19 |
| HSL | 307.58º | 0.5% | 0.63% | - |
| HSV(B) | 307.58º | 0.46% | 0.81% | - |
| XYZ | 41.38 | 28.79 | 55.01 | - |
| YUV | 149.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 195 | 0 | 0.46 | 0.06 | 0.19 | 307.58 | 0.5 | 0.63 |
| Hex | CF | 70 | C3 | 0 | 2E | 6 | 13 | 134 | 32 | 3F |
| Octal | 317 | 160 | 303 | 0 | 56 | 6 | 23 | 464 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11000011 | 0 | 101110 | 110 | 10011 | 100110100 | 110010 | 111111 |
Color Harmonies of #CF70C3
Complementary color
Monochromatic Colors of #CF70C3
Black with #CF70C3
Text Example
Text Example
White with #CF70C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70C3; }
p { color: rgb(207,112,195); }
H1.HeaderClassName
{
color: #CF70C3;
}
.AnyTagClassName
{
color: #CF70C3;
}
</style>
background-color css
<style>
a { background-color: #CF70C3; }
a { background-color: rgb(207,112,195); }
div.DivClassName
{
background-color: #CF70C3;
}
.BgClassName
{
background-color: #CF70C3;
}
</style>
border-color css
<style>
span { border-color: #CF70C3; }
span { border-color: rgb(207,112,195); }
td.TdClassName
{
border-color: #CF70C3;
}
.TagClassName
{
border-color: #CF70C3;
}
</style>