Shades of Orchid #CF67C9
Tints of Orchid #CF67C9
RGB
CMYK
RGB Variations
Color information
#CF67C9 (or 0xCF67C9) is known color: Orchid. HEX triplet: CF, 67 and C9. RGB value is (207,103,201). Sum of RGB (Red+Green+Blue) = 207+103+201=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67C9 is #309836. Grayscale: #909090. Windows color (decimal): -3184695 or 13199311. OLE color: 13199311.
HSL color Cylindrical-coordinate representation of color #CF67C9: hue angle of 303.46º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF67C9 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 201 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.19 |
| HSL | 303.46º | 0.52% | 0.61% | - |
| HSV(B) | 303.46º | 0.5% | 0.81% | - |
| XYZ | 41.12 | 27.18 | 58.34 | - |
| YUV | 145.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 201 | 0 | 0.50 | 0.03 | 0.19 | 303.46 | 0.52 | 0.61 |
| Hex | CF | 67 | C9 | 0 | 32 | 3 | 13 | 12F | 34 | 3D |
| Octal | 317 | 147 | 311 | 0 | 62 | 3 | 23 | 457 | 64 | 75 |
| Binary | 11001111 | 1100111 | 11001001 | 0 | 110010 | 11 | 10011 | 100101111 | 110100 | 111101 |
Color Harmonies of #CF67C9
Complementary color
Monochromatic Colors of #CF67C9
Black with #CF67C9
Text Example
Text Example
White with #CF67C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67C9; }
p { color: rgb(207,103,201); }
H1.HeaderClassName
{
color: #CF67C9;
}
.AnyTagClassName
{
color: #CF67C9;
}
</style>
background-color css
<style>
a { background-color: #CF67C9; }
a { background-color: rgb(207,103,201); }
div.DivClassName
{
background-color: #CF67C9;
}
.BgClassName
{
background-color: #CF67C9;
}
</style>
border-color css
<style>
span { border-color: #CF67C9; }
span { border-color: rgb(207,103,201); }
td.TdClassName
{
border-color: #CF67C9;
}
.TagClassName
{
border-color: #CF67C9;
}
</style>