Shades of Orchid #CF6BC6
Tints of Orchid #CF6BC6
RGB
CMYK
RGB Variations
Color information
#CF6BC6 (or 0xCF6BC6) is known color: Orchid. HEX triplet: CF, 6B and C6. RGB value is (207,107,198). Sum of RGB (Red+Green+Blue) = 207+107+198=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BC6 is #309439. Grayscale: #939393. Windows color (decimal): -3183674 or 13003727. OLE color: 13003727.
HSL color Cylindrical-coordinate representation of color #CF6BC6: hue angle of 305.4º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF6BC6 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 198 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.19 |
| HSL | 305.4º | 0.51% | 0.62% | - |
| HSV(B) | 305.4º | 0.48% | 0.81% | - |
| XYZ | 41.18 | 27.86 | 56.63 | - |
| YUV | 147.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 198 | 0 | 0.48 | 0.04 | 0.19 | 305.4 | 0.51 | 0.62 |
| Hex | CF | 6B | C6 | 0 | 30 | 4 | 13 | 131 | 33 | 3E |
| Octal | 317 | 153 | 306 | 0 | 60 | 4 | 23 | 461 | 63 | 76 |
| Binary | 11001111 | 1101011 | 11000110 | 0 | 110000 | 100 | 10011 | 100110001 | 110011 | 111110 |
Color Harmonies of #CF6BC6
Complementary color
Monochromatic Colors of #CF6BC6
Black with #CF6BC6
Text Example
Text Example
White with #CF6BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BC6; }
p { color: rgb(207,107,198); }
H1.HeaderClassName
{
color: #CF6BC6;
}
.AnyTagClassName
{
color: #CF6BC6;
}
</style>
background-color css
<style>
a { background-color: #CF6BC6; }
a { background-color: rgb(207,107,198); }
div.DivClassName
{
background-color: #CF6BC6;
}
.BgClassName
{
background-color: #CF6BC6;
}
</style>
border-color css
<style>
span { border-color: #CF6BC6; }
span { border-color: rgb(207,107,198); }
td.TdClassName
{
border-color: #CF6BC6;
}
.TagClassName
{
border-color: #CF6BC6;
}
</style>