Shades of Orchid #CF6FC4
Tints of Orchid #CF6FC4
RGB
CMYK
RGB Variations
Color information
#CF6FC4 (or 0xCF6FC4) is known color: Orchid. HEX triplet: CF, 6F and C4. RGB value is (207,111,196). Sum of RGB (Red+Green+Blue) = 207+111+196=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FC4 is #30903B. Grayscale: #959595. Windows color (decimal): -3182652 or 12873679. OLE color: 12873679.
HSL color Cylindrical-coordinate representation of color #CF6FC4: hue angle of 306.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF6FC4 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 196 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.19 |
| HSL | 306.88º | 0.5% | 0.62% | - |
| HSV(B) | 306.88º | 0.46% | 0.81% | - |
| XYZ | 41.38 | 28.62 | 55.57 | - |
| YUV | 149.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 196 | 0 | 0.46 | 0.05 | 0.19 | 306.88 | 0.5 | 0.62 |
| Hex | CF | 6F | C4 | 0 | 2E | 5 | 13 | 133 | 32 | 3E |
| Octal | 317 | 157 | 304 | 0 | 56 | 5 | 23 | 463 | 62 | 76 |
| Binary | 11001111 | 1101111 | 11000100 | 0 | 101110 | 101 | 10011 | 100110011 | 110010 | 111110 |
Color Harmonies of #CF6FC4
Complementary color
Monochromatic Colors of #CF6FC4
Black with #CF6FC4
Text Example
Text Example
White with #CF6FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FC4; }
p { color: rgb(207,111,196); }
H1.HeaderClassName
{
color: #CF6FC4;
}
.AnyTagClassName
{
color: #CF6FC4;
}
</style>
background-color css
<style>
a { background-color: #CF6FC4; }
a { background-color: rgb(207,111,196); }
div.DivClassName
{
background-color: #CF6FC4;
}
.BgClassName
{
background-color: #CF6FC4;
}
</style>
border-color css
<style>
span { border-color: #CF6FC4; }
span { border-color: rgb(207,111,196); }
td.TdClassName
{
border-color: #CF6FC4;
}
.TagClassName
{
border-color: #CF6FC4;
}
</style>