Shades of Orchid #CF6AC1
Tints of Orchid #CF6AC1
RGB
CMYK
RGB Variations
Color information
#CF6AC1 (or 0xCF6AC1) is known color: Orchid. HEX triplet: CF, 6A and C1. RGB value is (207,106,193). Sum of RGB (Red+Green+Blue) = 207+106+193=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC1 is #30953E. Grayscale: #919191. Windows color (decimal): -3183935 or 12675791. OLE color: 12675791.
HSL color Cylindrical-coordinate representation of color #CF6AC1: hue angle of 308.32º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6AC1 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 193 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.19 |
| HSL | 308.32º | 0.51% | 0.61% | - |
| HSV(B) | 308.32º | 0.49% | 0.81% | - |
| XYZ | 40.51 | 27.42 | 53.61 | - |
| YUV | 146.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 193 | 0 | 0.49 | 0.07 | 0.19 | 308.32 | 0.51 | 0.61 |
| Hex | CF | 6A | C1 | 0 | 31 | 7 | 13 | 134 | 33 | 3D |
| Octal | 317 | 152 | 301 | 0 | 61 | 7 | 23 | 464 | 63 | 75 |
| Binary | 11001111 | 1101010 | 11000001 | 0 | 110001 | 111 | 10011 | 100110100 | 110011 | 111101 |
Color Harmonies of #CF6AC1
Complementary color
Monochromatic Colors of #CF6AC1
Black with #CF6AC1
Text Example
Text Example
White with #CF6AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6AC1; }
p { color: rgb(207,106,193); }
H1.HeaderClassName
{
color: #CF6AC1;
}
.AnyTagClassName
{
color: #CF6AC1;
}
</style>
background-color css
<style>
a { background-color: #CF6AC1; }
a { background-color: rgb(207,106,193); }
div.DivClassName
{
background-color: #CF6AC1;
}
.BgClassName
{
background-color: #CF6AC1;
}
</style>
border-color css
<style>
span { border-color: #CF6AC1; }
span { border-color: rgb(207,106,193); }
td.TdClassName
{
border-color: #CF6AC1;
}
.TagClassName
{
border-color: #CF6AC1;
}
</style>