Shades of Orchid #CF70C2
Tints of Orchid #CF70C2
RGB
CMYK
RGB Variations
Color information
#CF70C2 (or 0xCF70C2) is known color: Orchid. HEX triplet: CF, 70 and C2. RGB value is (207,112,194). Sum of RGB (Red+Green+Blue) = 207+112+194=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70C2 is #308F3D. Grayscale: #959595. Windows color (decimal): -3182398 or 12742863. OLE color: 12742863.
HSL color Cylindrical-coordinate representation of color #CF70C2: hue angle of 308.21º 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 #CF70C2 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 112 | 194 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.19 |
| HSL | 308.21º | 0.5% | 0.63% | - |
| HSV(B) | 308.21º | 0.46% | 0.81% | - |
| XYZ | 41.26 | 28.75 | 54.41 | - |
| YUV | 149.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 194 | 0 | 0.46 | 0.06 | 0.19 | 308.21 | 0.5 | 0.63 |
| Hex | CF | 70 | C2 | 0 | 2E | 6 | 13 | 134 | 32 | 3F |
| Octal | 317 | 160 | 302 | 0 | 56 | 6 | 23 | 464 | 62 | 77 |
| Binary | 11001111 | 1110000 | 11000010 | 0 | 101110 | 110 | 10011 | 100110100 | 110010 | 111111 |
Color Harmonies of #CF70C2
Complementary color
Monochromatic Colors of #CF70C2
Black with #CF70C2
Text Example
Text Example
White with #CF70C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70C2; }
p { color: rgb(207,112,194); }
H1.HeaderClassName
{
color: #CF70C2;
}
.AnyTagClassName
{
color: #CF70C2;
}
</style>
background-color css
<style>
a { background-color: #CF70C2; }
a { background-color: rgb(207,112,194); }
div.DivClassName
{
background-color: #CF70C2;
}
.BgClassName
{
background-color: #CF70C2;
}
</style>
border-color css
<style>
span { border-color: #CF70C2; }
span { border-color: rgb(207,112,194); }
td.TdClassName
{
border-color: #CF70C2;
}
.TagClassName
{
border-color: #CF70C2;
}
</style>