Shades of Orchid #CF70C4
Tints of Orchid #CF70C4
RGB
CMYK
RGB Variations
Color information
#CF70C4 (or 0xCF70C4) is known color: Orchid. HEX triplet: CF, 70 and C4. RGB value is (207,112,196). Sum of RGB (Red+Green+Blue) = 207+112+196=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C4 is #308F3B. Grayscale: #959595. Windows color (decimal): -3182396 or 12873935. OLE color: 12873935.
HSL color Cylindrical-coordinate representation of color #CF70C4: hue angle of 306.95º 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 #CF70C4 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 196 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.19 |
| HSL | 306.95º | 0.5% | 0.63% | - |
| HSV(B) | 306.95º | 0.46% | 0.81% | - |
| XYZ | 41.49 | 28.84 | 55.6 | - |
| YUV | 149.98 | 153.97 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 196 | 0 | 0.46 | 0.05 | 0.19 | 306.95 | 0.5 | 0.63 |
| Hex | CF | 70 | C4 | 0 | 2E | 5 | 13 | 133 | 32 | 3F |
| Octal | 317 | 160 | 304 | 0 | 56 | 5 | 23 | 463 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11000100 | 0 | 101110 | 101 | 10011 | 100110011 | 110010 | 111111 |
Color Harmonies of #CF70C4
Complementary color
Monochromatic Colors of #CF70C4
Black with #CF70C4
Text Example
Text Example
White with #CF70C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70C4; }
p { color: rgb(207,112,196); }
H1.HeaderClassName
{
color: #CF70C4;
}
.AnyTagClassName
{
color: #CF70C4;
}
</style>
background-color css
<style>
a { background-color: #CF70C4; }
a { background-color: rgb(207,112,196); }
div.DivClassName
{
background-color: #CF70C4;
}
.BgClassName
{
background-color: #CF70C4;
}
</style>
border-color css
<style>
span { border-color: #CF70C4; }
span { border-color: rgb(207,112,196); }
td.TdClassName
{
border-color: #CF70C4;
}
.TagClassName
{
border-color: #CF70C4;
}
</style>