Shades of Orchid #CF6BC5
Tints of Orchid #CF6BC5
RGB
CMYK
RGB Variations
Color information
#CF6BC5 (or 0xCF6BC5) is known color: Orchid. HEX triplet: CF, 6B and C5. RGB value is (207,107,197). Sum of RGB (Red+Green+Blue) = 207+107+197=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BC5 is #30943A. Grayscale: #929292. Windows color (decimal): -3183675 or 12938191. OLE color: 12938191.
HSL color Cylindrical-coordinate representation of color #CF6BC5: hue angle of 306º 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 #CF6BC5 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 197 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.19 |
| HSL | 306º | 0.51% | 0.62% | - |
| HSV(B) | 306º | 0.48% | 0.81% | - |
| XYZ | 41.07 | 27.81 | 56.03 | - |
| YUV | 147.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 197 | 0 | 0.48 | 0.05 | 0.19 | 306 | 0.51 | 0.62 |
| Hex | CF | 6B | C5 | 0 | 30 | 5 | 13 | 132 | 33 | 3E |
| Octal | 317 | 153 | 305 | 0 | 60 | 5 | 23 | 462 | 63 | 76 |
| Binary | 11001111 | 1101011 | 11000101 | 0 | 110000 | 101 | 10011 | 100110010 | 110011 | 111110 |
Color Harmonies of #CF6BC5
Complementary color
Monochromatic Colors of #CF6BC5
Black with #CF6BC5
Text Example
Text Example
White with #CF6BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BC5; }
p { color: rgb(207,107,197); }
H1.HeaderClassName
{
color: #CF6BC5;
}
.AnyTagClassName
{
color: #CF6BC5;
}
</style>
background-color css
<style>
a { background-color: #CF6BC5; }
a { background-color: rgb(207,107,197); }
div.DivClassName
{
background-color: #CF6BC5;
}
.BgClassName
{
background-color: #CF6BC5;
}
</style>
border-color css
<style>
span { border-color: #CF6BC5; }
span { border-color: rgb(207,107,197); }
td.TdClassName
{
border-color: #CF6BC5;
}
.TagClassName
{
border-color: #CF6BC5;
}
</style>