Shades of Orchid #CF67C6
Tints of Orchid #CF67C6
RGB
CMYK
RGB Variations
Color information
#CF67C6 (or 0xCF67C6) is known color: Orchid. HEX triplet: CF, 67 and C6. RGB value is (207,103,198). Sum of RGB (Red+Green+Blue) = 207+103+198=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 103 (40.62% from 255 or 20.28% from 508); Blue value is 198 (77.73% from 255 or 38.98% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF67C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF67C6 is #309839. Grayscale: #909090. Windows color (decimal): -3184698 or 13002703. OLE color: 13002703.
HSL color Cylindrical-coordinate representation of color #CF67C6: hue angle of 305.19º 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 #CF67C6 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 198 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.19 |
| HSL | 305.19º | 0.52% | 0.61% | - |
| HSV(B) | 305.19º | 0.5% | 0.81% | - |
| XYZ | 40.78 | 27.04 | 56.5 | - |
| YUV | 144.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 198 | 0 | 0.50 | 0.04 | 0.19 | 305.19 | 0.52 | 0.61 |
| Hex | CF | 67 | C6 | 0 | 32 | 4 | 13 | 131 | 34 | 3D |
| Octal | 317 | 147 | 306 | 0 | 62 | 4 | 23 | 461 | 64 | 75 |
| Binary | 11001111 | 1100111 | 11000110 | 0 | 110010 | 100 | 10011 | 100110001 | 110100 | 111101 |
Color Harmonies of #CF67C6
Complementary color
Monochromatic Colors of #CF67C6
Black with #CF67C6
Text Example
Text Example
White with #CF67C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF67C6; }
p { color: rgb(207,103,198); }
H1.HeaderClassName
{
color: #CF67C6;
}
.AnyTagClassName
{
color: #CF67C6;
}
</style>
background-color css
<style>
a { background-color: #CF67C6; }
a { background-color: rgb(207,103,198); }
div.DivClassName
{
background-color: #CF67C6;
}
.BgClassName
{
background-color: #CF67C6;
}
</style>
border-color css
<style>
span { border-color: #CF67C6; }
span { border-color: rgb(207,103,198); }
td.TdClassName
{
border-color: #CF67C6;
}
.TagClassName
{
border-color: #CF67C6;
}
</style>